summaryrefslogtreecommitdiffstats
path: root/win/CS/.editorconfig
diff options
context:
space:
mode:
authorRandomEngy <[email protected]>2017-11-16 23:02:28 -0800
committerScott <[email protected]>2017-11-20 15:05:54 +0000
commit8946e29db99d7fcb761b1a2be619ce18afce40aa (patch)
tree734cbc5691cded9be4bd32dae39fcb4dbffcaab6 /win/CS/.editorconfig
parenta0f1c6a49d3f76c97729f1dbb54a1a520161e020 (diff)
Did a bit of refactoring and added an .editorconfig file to enforce the "spaces for tabs" setting.
Diffstat (limited to 'win/CS/.editorconfig')
-rw-r--r--win/CS/.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/win/CS/.editorconfig b/win/CS/.editorconfig
new file mode 100644
index 000000000..e842aa8e4
--- /dev/null
+++ b/win/CS/.editorconfig
@@ -0,0 +1,3 @@
+[*.{cs,xaml}]
+indent_style = space
+indent_size = 4 \ No newline at end of file