From c9df0354c72b759138863a4470d3de3541f0bc83 Mon Sep 17 00:00:00 2001 From: jnm2 Date: Thu, 23 Sep 2021 13:41:55 -0400 Subject: [PATCH] Enable editing template source files without a hassle due to mixing tabs and spaces --- src/Microsoft.Windows.CsWin32/templates/.editorconfig | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/Microsoft.Windows.CsWin32/templates/.editorconfig diff --git a/src/Microsoft.Windows.CsWin32/templates/.editorconfig b/src/Microsoft.Windows.CsWin32/templates/.editorconfig new file mode 100644 index 00000000..0a56872a --- /dev/null +++ b/src/Microsoft.Windows.CsWin32/templates/.editorconfig @@ -0,0 +1,2 @@ +[*.cs] +indent_style = tab