Add .editorconfig file, add .idea/ folder to .gitignore (JetBrains Rider user config dir)
This commit is contained in:
parent
638669a699
commit
2d0c0166e1
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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue