From 7f00940f792dfb1e413031451bde8afb83216744 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sun, 21 May 2017 11:02:12 -0700 Subject: [PATCH] Add .editorconfig. --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..971514de2 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*.{swift,m,h,c}] +indent_style = tab +indent_size = 4