From 0263c5e32367e82fabd92f2ff18cd33ea44f3918 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 27 Jun 2024 07:58:08 +0200 Subject: [PATCH] chore: add editorconfig file --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..df39287 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 + +[*.{js,ts,json,mts,css}] +indent_style = space +indent_size = 2 \ No newline at end of file