From e3f6cb7b4548e06219c5bf170a898abb079171f5 Mon Sep 17 00:00:00 2001 From: vrh Date: Tue, 4 Aug 2020 14:45:54 +0200 Subject: [PATCH] chore: editor config file --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..23a6c32 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +# http://editorconfig.org +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +end_of_line = lf +insert_final_newline = false +trim_trailing_whitespace = true + +