headline/.editorconfig

16 lines
204 B
INI
Raw Normal View History

2023-08-16 18:52:24 +02:00
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
2023-08-16 23:01:31 +02:00
[*.py]
2023-08-16 18:52:24 +02:00
indent_style = tab
indent_size = 4
2023-08-16 23:01:31 +02:00
[*.{html,css}]
2023-08-16 18:52:24 +02:00
indent_style = tab
indent_size = 2