Merge pull request #28 from ppardalj/feature/improve-editor-support
Improve editor support
This commit is contained in:
commit
1058cd8416
2 changed files with 11 additions and 0 deletions
10
.editorconfig
Normal file
10
.editorconfig
Normal 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
1
.gitignore
vendored
|
|
@ -10,5 +10,6 @@
|
|||
|
||||
*.user
|
||||
*.suo
|
||||
/.idea
|
||||
/Backups
|
||||
/Saves
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue