mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-07 12:09:17 +00:00
normalize line endings to crlf, remove bom, add editorconfig
This commit is contained in:
parent
d80405d7c0
commit
84bd61c4e2
55 changed files with 161 additions and 145 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