Added .editorconfig with ImGuizmo settings.

This commit is contained in:
Branimir Karadžić
2018-05-19 09:40:15 -07:00
parent 7d55c9b3ec
commit d375b9ecb4

11
.editorconfig Normal file
View File

@@ -0,0 +1,11 @@
root = true
[*]
indent_style = space
indent_size = 3
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false