From a8626b4d293cf910e53c9c79dbd5c1a59b5da58d Mon Sep 17 00:00:00 2001 From: Aidan Follestad Date: Wed, 12 Dec 2018 20:56:13 -0800 Subject: [PATCH] Add .editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..17bc1fa --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[*.kt] +indent_size = 2 +continuation_indent_size=4 \ No newline at end of file