mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 20:12:30 +01:00
17 lines
226 B
INI
17 lines
226 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
|
|
|
|
[*.msg]
|
|
indent_style = tab
|