mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 23:44:31 +00:00
20 lines
273 B
INI
20 lines
273 B
INI
# EditorConfig is awesome: https://editorconfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
indent_style = tab
|
|
indent_size = 4
|
|
|
|
[Makefile]
|
|
indent_style = tab
|
|
|
|
[*.json]
|
|
insert_final_newline = false
|
|
|
|
[compose.yaml]
|
|
indent_style = space
|