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

Added .editorconfig

This commit is contained in:
Thor Brigsted 2020-03-08 14:07:31 +01:00
parent 9add4e11b2
commit 871427249b

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
root = true
[*.cs]
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = false
trim_trailing_whitespace = true