mirror of
https://codeberg.org/h3xx/simplify_static_dir
synced 2024-08-14 23:57:24 +00:00
19 lines
297 B
INI
19 lines
297 B
INI
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# Unix-style newlines with a newline ending every file
|
|
[*]
|
|
charset = latin1
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.md]
|
|
indent_size = 2
|
|
|
|
[.gitmodules]
|
|
indent_style = tab
|
|
|
|
[{Makefile,*.mak}]
|
|
indent_style = tab
|