add .editorconfig

This commit is contained in:
yushijinhun 2018-02-11 00:49:27 +08:00
parent bac67fdb5e
commit 2ecffe1de4
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4
1 changed files with 14 additions and 0 deletions

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
trim_trailing_whitespace = true
quote_type = double
[*.{yml,yaml}]
indent_style = space
indent_size = 2