misc_pterodactyl-panel/.editorconfig

16 lines
213 B
INI
Raw Normal View History

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