fix edid and add .editorconfig

This commit is contained in:
William Blythe
2018-11-13 09:06:37 +11:00
parent 87faf8263d
commit 27c6fcac81
5 changed files with 1360 additions and 1339 deletions

21
.editorconfig Normal file
View File

@@ -0,0 +1,21 @@
root = true
[*]
# change these settings to your own preference
indent_style = space
indent_size = 2
# we recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[{package,bower}.json]
indent_style = space
indent_size = 2