awesome-slot/.editorconfig

19 lines
293 B
INI
Raw Normal View History

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
2024-10-24 18:48:49 +02:00
indent_size = 3
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
2024-10-24 18:48:49 +02:00
[*.{json,yaml}]
2024-10-24 18:48:49 +02:00
indent_size = 2
2024-10-25 01:50:55 +02:00
[Makefile]
indent_style = tab