mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-03 10:29:22 +00:00
editorconfig/gitconfig/gitignore
This commit is contained in:
parent
b21d5497d9
commit
afb5191c35
3 changed files with 21 additions and 0 deletions
16
.editorconfig
Normal file
16
.editorconfig
Normal file
|
@ -0,0 +1,16 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = crlf
|
||||
indent_size = 4
|
||||
indent_style = space
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.csproj]
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
|
||||
[*.props]
|
||||
indent_size = 2
|
||||
indent_style = space
|
1
.gitconfig
Normal file
1
.gitconfig
Normal file
|
@ -0,0 +1 @@
|
|||
*.{cs,csproj,sln} text=auto eol=crlf
|
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
*.user
|
||||
.idea
|
||||
bin
|
||||
obj
|
Loading…
Add table
Add a link
Reference in a new issue