jointrashposs/.editorconfig

11 lines
126 B
INI
Raw Normal View History

2023-07-08 10:36:02 +02:00
root = true
[*]
indent_style = tab
2023-11-13 06:39:06 +01:00
indent_size = 2
2023-07-08 10:36:02 +02:00
charset = utf-8
insert_final_newline = true
[*.yml]
2023-11-13 06:39:06 +01:00
indent_style = space