DiscordTickets/.editorconfig

18 lines
243 B
INI
Raw Normal View History

2023-03-11 17:02:49 +02:00
root = true
[*]
indent_style = tab
indent_size = 4
2023-03-11 17:02:49 +02:00
end_of_line = lf
insert_final_newline = true
2023-03-11 20:45:06 +02:00
trim_trailing_whitespace = true
charset = utf-8
2023-03-11 17:02:49 +02:00
[*.{yml,yaml}]
indent_style = space
indent_size = 2
[*.md]
indent_style = space
2023-03-11 20:45:06 +02:00
indent_size = 4