From 61a841ccfdd30e535ed618b65a79e81c83660ae3 Mon Sep 17 00:00:00 2001 From: bricebou <bricebou@momh.fr> Date: Fri, 14 Mar 2025 06:59:33 +0100 Subject: [PATCH] chore: mise en place d'un .editorconfig --- .editorconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..be4f1ed --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +[*] +indent_style = tab +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[composer.json] +indent_style = space -- GitLab