add editorconfig

This commit is contained in:
Jens Langhammer 2019-02-08 14:57:30 +01:00
parent 7abc8ddaf0
commit dc27316ac8
2 changed files with 13 additions and 2 deletions

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
root = true
[*]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[html]
indent_size = 2

View File

@ -6,6 +6,6 @@
},
"cSpell.words": [
"SAML",
"pyazo"
"passbook"
]
}
}