From 20692e21107a35f5f45651f655a6a564fc570007 Mon Sep 17 00:00:00 2001 From: NotNite Date: Tue, 20 Jun 2023 15:09:55 -0400 Subject: Initial commit --- .editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..7dfb629 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +[*] +charset = utf-8 +end_of_line = lf +indent_size = 4 +indent_style = space +insert_final_newline = true +max_line_length = 120 +tab_width = 4 + +[*.json] +indent_size = 2 + +[*.properties] +ij_properties_keep_blank_lines = true -- cgit