added editorconfig

This commit is contained in:
Peter Pfeufer 2021-05-17 09:52:29 +02:00
parent 2697fb5317
commit bad36a69e8
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

21
.editorconfig Normal file
View File

@ -0,0 +1,21 @@
# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
tab_width = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{yaml,yml}]
indent_size = 2
[*.md]
indent_size = 2
# Makefiles always use tabs for indentation
[Makefile]
indent_style = tab