1
0
mirror of https://github.com/Siccity/xNode.git synced 2025-12-20 01:06:01 +08:00

Fix .editorconfig. Line endings were set as LF despite all endings being CRLF

This commit is contained in:
Thor Brigsted 2020-04-21 15:29:24 +02:00
parent bbdbee90a1
commit a550a87b9e

View File

@ -3,6 +3,6 @@ root = true
[*.cs]
indent_style = space
indent_size = 4
end_of_line = lf
end_of_line = crlf
insert_final_newline = false
trim_trailing_whitespace = true