misc_pterodactyl-panel/.editorconfig

18 lines
255 B
INI
Raw Normal View History

2016-12-14 22:07:47 +00:00
root = true
[*]
indent_style = space
indent_size = 4
2022-10-24 15:48:30 +00:00
tab_width = 4
end_of_line = lf
2017-01-07 00:05:51 +00:00
charset = utf-8
trim_trailing_whitespace = true
2022-10-24 15:48:30 +00:00
insert_final_newline = true
2017-01-07 00:05:51 +00:00
[*.md]
trim_trailing_whitespace = false
2022-10-24 15:48:30 +00:00
[*.{md,nix,yml,yaml}]
indent_size = 2
tab_width = 2