From fd94c4a6d30bd3a2e3e252adb436460ea8e41e64 Mon Sep 17 00:00:00 2001 From: Paolo Brasolin <paolo.brasolin@eurac.edu> Date: Mon, 14 Mar 2022 11:02:12 +0100 Subject: [PATCH] chore: restore editorconfig --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.editorconfig b/.editorconfig index e69de29..07762f4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[*.{js,ts,json}] +indent_size = 2 +indent_style = space -- GitLab