1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-21 16:42:29 +01:00
Pterodactyl-Panel/.editorconfig

18 lines
255 B
INI
Raw Permalink Normal View History

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