Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05: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