From 6d48f16d1ffb4fdfaea209a771fce7d0adc97352 Mon Sep 17 00:00:00 2001 From: Goooler Date: Mon, 16 Aug 2021 17:03:24 +0800 Subject: [PATCH] Add .editorconfig --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..6531d67 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +indent_size = 2 +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.{kt, kts}] +kotlin_imports_layout = ascii