From 22fd8ffe89fd0562fbbdc176c34b0e4edb7e7a8d Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Thu, 1 Sep 2022 18:25:33 +0300 Subject: [PATCH] [dev] add .editorconfig --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..da28abfeb --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.js] +indent_style = space +indent_size = 2