From 66b70d4241a3e25deaf77ad2cbb18e1708f0b683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20NOBILI?= Date: Tue, 1 Apr 2025 12:59:07 +0000 Subject: [PATCH] feat: editorconfig --- .editorconfig | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..15a3bce8ed --- /dev/null +++ b/.editorconfig @@ -0,0 +1,18 @@ +root = true + +[*] +indent_style = space +max_line_length = 145 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.{pl,pm,t}] +indent_size = 4 + +[*.js] +indent_size = 2 + +[*.tpl] +indent_size = 2 \ No newline at end of file