Files
docs/.editorconfig
Christian König 073fe70c8a Add editorconfig and editorconfig-checker
Signed-off-by: Christian König <ckoenig@posteo.de>
2023-01-14 19:57:47 +01:00

23 lines
355 B
INI

# EditorConfig is awesome: https://editorconfig.org/
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
insert_final_newline = true
indent_style = space
indent_size = tab
tab_width = 4
charset = utf-8
trim_trailing_whitespace = true
[*.yml]
tab_width = 2
[*.md]
tab_width = 2
[*.json]
indent_size = 2