From 9d52c880c6032142301b0fc2ea3bed6995e406b5 Mon Sep 17 00:00:00 2001 From: "fabio.formosa" Date: Sat, 3 Oct 2020 00:37:06 +0200 Subject: [PATCH] #19 added editorconfig --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..d56f715 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +[*] +charset = utf-8 +end_of_line = lf +indent_size = 2 +indent_style = space +insert_final_newline = true +max_line_length = 120 +tab_width = 2 +ij_continuation_indent_size = 2 \ No newline at end of file