diff --git a/.editorconfig b/.editorconfig index 7dc6607f..cfb5d4f8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,20 +8,12 @@ end_of_line = LF insert_final_newline = true trim_trailing_whitespace = true -[*.{yml,yml.tmpl,yaml,yaml.tmpl}] +[*.{yml,yaml}] indent_style = space indent_size = 4 -[*.php] -indent_style = space -indent_size = 4 - -[*.js] -indent_style = space -indent_size = 2 - [*.md] -max_line_length = 80 +max_line_length = 120 trim_trailing_whitespace = false [Makefile,Makefile.dist,*.mk] diff --git a/elao.app/.editorconfig b/elao.app/.editorconfig deleted file mode 100644 index e69de29b..00000000 diff --git a/lazy.symfony/.editorconfig b/lazy.symfony/.editorconfig deleted file mode 100644 index e69de29b..00000000