From 7c5a3d43f1419971d56c1a6ca73f09363a1a9fcc Mon Sep 17 00:00:00 2001 From: Aleksandr Mashchenko Date: Tue, 26 Jan 2021 23:31:25 +0200 Subject: [PATCH] Add .editorconfig --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..ff7c46ee --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +indent_style = space +trim_trailing_whitespace = true +insert_final_newline = true + +[*.java] +indent_size = 4