2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 10:37:41 -04:00

Prevent VS from trolling us with spaces.

(cherry picked from commit 9d5566ba24f2a41ac3e70efce965cf8e0901422f)
This commit is contained in:
2019-10-04 11:07:25 -04:00
committed by rarified
parent beb715ba6e
commit 638682ee39

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
# Indicate there is no need to continue trawling
root = true
# Cyan's source files use tabs... mostly...
[*]
end_of_line = crlf
indent_style = tab
indent_size = 4