Browse Source

Prevent VS from trolling us with spaces.

(cherry picked from commit 9d5566ba24f2a41ac3e70efce965cf8e0901422f)
hoikas/newpatcher-1
Adam Johnson 5 years ago committed by rarified
parent
commit
638682ee39
  1. 8
      .editorconfig

8
.editorconfig

@ -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
Loading…
Cancel
Save