Added .editorconfig, might cause a bit less identation / line ending mess. It will automatically set the given settings in the used text editor if the Editor Config plugin is installed (available for several text editors), info: http://editorconfig.org/
This commit is contained in:
parent
ca6efe66f3
commit
12031e804c
1 changed files with 9 additions and 0 deletions
9
.editorconfig
Normal file
9
.editorconfig
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = crlf
|
||||
insert_final_newline = false
|
||||
|
||||
[*.cs]
|
||||
indent_style = tab
|
||||
trim_trailing_whitespace = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue