Pterodactyl-Panel/.editorconfig

16 lines
213 B
INI
Raw Normal View History

2016-12-14 23:07:47 +01:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
2017-01-07 01:05:51 +01:00
charset = utf-8
trim_trailing_whitespace = true
[.*yml]
indent_size = 2
2017-01-07 01:05:51 +01:00
[*.md]
trim_trailing_whitespace = false