Files
UnrealEngine/Engine/Source/Runtime/Solaris/.editorconfig
2025-05-18 13:04:45 +08:00

15 lines
241 B
INI

# EditorConfig is awesome: http://EditorConfig.org
# Settings for this module
[*]
indent_style = space
indent_size = 4
tab_width = 4
# UE specific files get tabs
[*.{Build.cs,.Target.cs}]
indent_style = tab
[vsyntax.h]
indent_style = tab