summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorChristian Schwarz <christian.schwarz@refactory.at>2016-05-26 22:39:00 +0200
committerJason Smith <jason.smith@xamarin.com>2016-05-26 13:39:00 -0700
commit89aee2a3c2c592cf5a3c5d5f9a7415979f4b0748 (patch)
tree69dce7b4e96665b78fca958c965a66e864f556d5 /.editorconfig
parent457b74f91a777e28ff11e32fb7d5a29d28aaf59e (diff)
downloadxamarin-forms-89aee2a3c2c592cf5a3c5d5f9a7415979f4b0748.tar.gz
xamarin-forms-89aee2a3c2c592cf5a3c5d5f9a7415979f4b0748.tar.bz2
xamarin-forms-89aee2a3c2c592cf5a3c5d5f9a7415979f4b0748.zip
Added .editorconfig (#192)
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..a5aac145
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,4 @@
+root = true
+
+[*.{cs,xaml}]
+indent_style = tab \ No newline at end of file