digital-theory/.editorconfig

11 lines
148 B
INI
Raw Normal View History

2023-04-20 11:40:23 +02:00
# editorconfig.org
root = true
[*]
charset = utf-8
indent_size = 2
2023-04-27 17:04:28 +02:00
indent_style = tab
2023-04-20 11:40:23 +02:00
insert_final_newline = true
trim_trailing_whitespace = true