From d7feee6c23dd098bd403376ba6f293041c7e7af0 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 29 Apr 2025 10:02:26 +0200 Subject: add editorconfig config file, hinting to use tabs for indentation --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..4c82803 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +indent_style = tab +indent_size = tab + +[*.java] +indent_style = tab +indent_size = tab -- cgit v1.2.3