2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 14:37:41 +00:00
Files
CWE-ou-minkata/.editorconfig
Adam Johnson 638682ee39 Prevent VS from trolling us with spaces.
(cherry picked from commit 9d5566ba24f2a41ac3e70efce965cf8e0901422f)
2020-05-15 14:55:06 -06:00

9 lines
172 B
INI

# 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