Add config

This commit is contained in:
Michael Baumgartner 2024-03-30 14:09:56 +01:00
commit 9254d8d695
Signed by: BaumiCoder
GPG key ID: 0E6AD690E6659C65
3 changed files with 313 additions and 0 deletions

13
.editorconfig Normal file
View file

@ -0,0 +1,13 @@
root = true
# Default for all file types
[*]
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
# Tree like formats with only 2 spaces, because of deeper structures.
[*.{bib,json,html,xml,xhtml,yml}]
indent_size = 2