add editorconfig
This commit is contained in:
parent
7abc8ddaf0
commit
dc27316ac8
|
@ -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
|
|
@ -6,6 +6,6 @@
|
||||||
},
|
},
|
||||||
"cSpell.words": [
|
"cSpell.words": [
|
||||||
"SAML",
|
"SAML",
|
||||||
"pyazo"
|
"passbook"
|
||||||
]
|
]
|
||||||
}
|
}
|
Reference in New Issue