mirror of
https://github.com/cmosher01/Epple-II.git
synced 2024-12-22 14:29:35 +00:00
16 lines
204 B
INI
16 lines
204 B
INI
|
root = true
|
||
|
|
||
|
[*]
|
||
|
indent_style = space
|
||
|
indent_size = 4
|
||
|
end_of_line = lf
|
||
|
charset = utf-8
|
||
|
trim_trailing_whitespace = true
|
||
|
insert_final_newline = true
|
||
|
|
||
|
[Makefile]
|
||
|
indent_style = tab
|
||
|
|
||
|
[*.yaml]
|
||
|
indent_size = 2
|