melee/.editorconfig
Robin Avery 411e2f1451
Match 25.66% of ft_0C31 (8.13 KB) (#1141)
Co-authored-by: VetriTheRetri <74500716+VetriTheRetri@users.noreply.github.com>
2024-01-28 02:00:27 +00:00

29 lines
435 B
INI

# EditorConfig configuration for doldecomp/melee
# https://EditorConfig.org
# Top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
[*.s]
indent_style = unset
[{*.yml,.clang-format}]
indent_size = 2
[Makefile]
indent_style = tab
[*.sha1]
insert_final_newline = false
[/config/GALE01/*.txt]
indent_style = tab