Merge pull request 'Add EditorConfig configuration file' (!18) from alex/netz39-infra-ansible:editorconfig into master

Reviewed-on: https://gitea.n39.eu/Netz39_Admin/netz39-infra-ansible/pulls/18
This commit is contained in:
Alexander Dahl 2022-01-08 17:07:36 +00:00
commit 675d7a64e8

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