Add config
This commit is contained in:
commit
9254d8d695
3 changed files with 313 additions and 0 deletions
13
.editorconfig
Normal file
13
.editorconfig
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue