Merge pull request #28 from ppardalj/feature/improve-editor-support

Improve editor support
This commit is contained in:
Derrick 2017-03-22 08:33:42 -04:00 committed by GitHub
commit 1058cd8416
2 changed files with 11 additions and 0 deletions

10
.editorconfig Normal file
View file

@ -0,0 +1,10 @@
# http://editorconfig.org
root=true
[*]
indent_style = tab
tab_width = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

1
.gitignore vendored
View file

@ -10,5 +10,6 @@
*.user
*.suo
/.idea
/Backups
/Saves