Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit fe4c726

Browse files
author
Scott Williams
committed
added .editorconfig to help prevent wrong indent types
must have editor config plugin (https://visualstudiogallery.msdn.microsoft.com/c8bccfe2-650c-4b42-bc5c-845e21f96328) installed to have any effect
1 parent 3bf0c4f commit fe4c726

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.editorconfig

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# top-most EditorConfig file
2+
root = true
3+
4+
[*.cs]
5+
indent_style = space
6+
indent_size = 4

0 commit comments

Comments
 (0)