mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 20:12:30 +01:00
14 lines
198 B
INI
14 lines
198 B
INI
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.yaml]
|
|
indent_size = 2
|
|
|
|
[{Makefile,*.mk}]
|
|
indent_style = tab
|