Paper/.editorconfig

19 lines
210 B
INI
Raw Normal View History

2021-06-15 05:50:12 +02:00
[*]
charset=utf-8
end_of_line=lf
insert_final_newline=true
indent_style=space
indent_size=4
2021-06-15 05:50:12 +02:00
[*.tiny]
indent_style=tab
[*.bat]
end_of_line=crlf
[*.yml]
indent_size=2
[*.patch]
trim_trailing_whitespace=false