diff options
author | Christian Schwarz <christian.schwarz@refactory.at> | 2016-05-26 22:39:00 +0200 |
---|---|---|
committer | Jason Smith <jason.smith@xamarin.com> | 2016-05-26 13:39:00 -0700 |
commit | 89aee2a3c2c592cf5a3c5d5f9a7415979f4b0748 (patch) | |
tree | 69dce7b4e96665b78fca958c965a66e864f556d5 | |
parent | 457b74f91a777e28ff11e32fb7d5a29d28aaf59e (diff) | |
download | xamarin-forms-89aee2a3c2c592cf5a3c5d5f9a7415979f4b0748.tar.gz xamarin-forms-89aee2a3c2c592cf5a3c5d5f9a7415979f4b0748.tar.bz2 xamarin-forms-89aee2a3c2c592cf5a3c5d5f9a7415979f4b0748.zip |
Added .editorconfig (#192)
-rw-r--r-- | .editorconfig | 4 |
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 |