mirror of
https://github.com/doldecomp/melee.git
synced 2024-11-26 23:00:28 +00:00
411e2f1451
Co-authored-by: VetriTheRetri <74500716+VetriTheRetri@users.noreply.github.com>
29 lines
435 B
INI
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
|