From 22b5c6787012c6cd93a1dd5e0f6448eeb7ea0afe Mon Sep 17 00:00:00 2001 From: Heiko Griga <81759879+hgriga@users.noreply.github.com> Date: Thu, 19 Jan 2023 11:39:38 +0100 Subject: [PATCH] add .editorconfig --- .editorconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..c45fb49e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +# Unix-style newlines with a newline ending every file +[*] +trim_trailing_whitespace = true +insert_final_newline = true +charset = utf-8 +indent_style = space +indent_size = 4 + +[*.less] +indent_size = 2