From 102df3aa2bb1640014304c070aa9bd9df789c32e Mon Sep 17 00:00:00 2001 From: Alessio Carrafa Date: Thu, 26 Sep 2019 17:47:48 +0200 Subject: [PATCH] added editorconfig file --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..3dce414 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true \ No newline at end of file