awesomerc/.editorconfig

22 lines
310 B
INI
Raw Permalink Normal View History

2021-10-04 20:43:59 +02:00
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
2024-11-03 01:59:30 +01:00
indent_size = 3
2021-10-04 20:43:59 +02:00
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
2024-11-03 01:59:30 +01:00
[*.json]
indent_size = 2
[*.sh]
indent_size = 4
[Makefile]
indent_style = tab