From 91acd4e8554a45f3a23d3303f13b2b8f40186e05 Mon Sep 17 00:00:00 2001 From: Luca Date: Sat, 2 Nov 2024 19:12:14 +0100 Subject: [PATCH] style: add .editorconfig --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..6bf52c9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*.{html,js}] +indent_size = 4 +indent_style = space