DiscordTickets/.editorconfig

14 lines
178 B
INI
Raw Normal View History

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