VS PlugIn EditorConfig setting 96/118296/1
authorchungryeol lim <cdark.lim@samsung.com>
Fri, 10 Mar 2017 02:03:25 +0000 (11:03 +0900)
committerchungryeol lim <cdark.lim@samsung.com>
Fri, 10 Mar 2017 02:03:25 +0000 (11:03 +0900)
 - Provides convenience for different projects such as Indent
 - Reference : http://editorconfig.org/

Change-Id: I09d0896a067b2b57c08779c82b9bedc53c1149f3
Signed-off-by: chungryeol lim <cdark.lim@samsung.com>
.editorconfig [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..6caf0ba
--- /dev/null
@@ -0,0 +1,4 @@
+root = true
+
+[*.{cs,xaml}]
+indent_style = space
\ No newline at end of file