mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-04 09:14:20 +01:00
157651309d
Should limit obvious formatting woes until we get our .clang-format game together
18 lines
246 B
INI
18 lines
246 B
INI
# https://EditorConfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
indent_size = 3
|
|
|
|
[{Makefile,*/Makefile,*.mk,*_rules}]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
|
|
[*.yml]
|
|
indent_style = space
|
|
indent_size = 2
|