From 8a8cb6409985eb6ede82836246c1182e7b8ad8f7 Mon Sep 17 00:00:00 2001 From: nzambello Date: Sat, 10 Jun 2023 12:23:30 +0200 Subject: [PATCH] chore: add editorconfig --- .editorConfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorConfig diff --git a/.editorConfig b/.editorConfig new file mode 100644 index 0000000..6a68426 --- /dev/null +++ b/.editorConfig @@ -0,0 +1,12 @@ +[*] +indent_style = space +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 + +[{*.css,*.scss,*.less,*.overrides,*.variables}] +indent_size = 4 + +[{*.js,*.jsx,*.json,*.ts,*.tsx,*.astro}] +indent_size = 2