mirror of
https://github.com/runuo/runuo
synced 2026-08-11 22:26:04 -04:00
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
|
||||
|
||||
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