mirror of
https://github.com/Siccity/xNode.git
synced 2025-12-22 02:06:05 +08:00
Fix .editorconfig. Line endings were set as LF despite all endings being CRLF
This commit is contained in:
parent
bbdbee90a1
commit
a550a87b9e
@ -3,6 +3,6 @@ root = true
|
|||||||
[*.cs]
|
[*.cs]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
end_of_line = lf
|
end_of_line = crlf
|
||||||
insert_final_newline = false
|
insert_final_newline = false
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user