From 2e00a3ee4bd5740e47fe4ca5fd6d3bd9bc8af070 Mon Sep 17 00:00:00 2001 From: alemidev Date: Tue, 24 Jan 2023 01:07:30 +0100 Subject: chore: boilerplate --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..b14394e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# Default to Unix-style newlines with a newline ending every file +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_style = tab +indent_size = 4 + +[*.java] +indent_size = 2 -- cgit v1.2.3-56-ga3b1