Add .editorconfig file, add .idea/ folder to .gitignore (JetBrains Rider user config dir)

This commit is contained in:
Pedro Pardal 2017-03-22 11:00:00 +01:00
parent 638669a699
commit 2d0c0166e1
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