Add EditorConfig configuration file

Link: https://editorconfig.org/
This commit is contained in:
Alexander Dahl 2022-01-08 13:25:36 +01:00
parent 702f670965
commit cc0b075d2c

13
.editorconfig Normal file
View file

@ -0,0 +1,13 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
[*.yml]
indent_style = space
indent_size = 2