Update editor files.

This commit is contained in:
Will Scullin 2017-12-20 09:07:59 -08:00
parent 0fb9bfbc64
commit dd1b18490e
2 changed files with 4 additions and 12 deletions

View File

@ -12,3 +12,7 @@ indent_size = 4
[*.md]
trim_trailing_whitespace = true
[Makefile]
indent_style = tab
indent_size = 8

View File

@ -3,18 +3,6 @@
"indent": [
2,
4
],
"quotes": [
2,
"single"
],
"linebreak-style": [
2,
"unix"
],
"semi": [
2,
"always"
]
},
"env": {