From e5a8dbf8b4efb57bcca8fe22086e0138fb26fe3f Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Sat, 11 Jul 2020 22:59:13 +0200 Subject: [PATCH] Added editorconfig --- .editorconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..b1d0a56 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,16 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 4 +indent_style = space +insert_final_newline = true +max_line_length = 120 +tab_width = 4 + +[{*.har,*.jsb2,*.jsb3,*.json,.babelrc,.eslintrc,.stylelintrc,bowerrc,jest.config}] +indent_size = 2 + +[{*.yaml,*.yml}] +indent_size = 2