mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-07 03:59:16 +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
|
Loading…
Add table
Add a link
Reference in a new issue