From 7e7b2265ec5c60b685c699e3fdcac84392f5e238 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Thu, 29 Sep 2022 13:02:34 +0700 Subject: [PATCH] Editorconfig --- .editorconfig | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..07634f93a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,18 @@ + +root = true + +[*.kt] +insert_final_newline = true +charset = utf-8 +indent_style = tab + +[*.java] +insert_final_newline = true +charset = utf-8 +indent_style = tab + +[*.json] +insert_final_newline = false +charset = utf-8 +indent_style = space +indent_size = 2