Adapt .editorconfig for PHPStorm
authorPhilipp <admin@philipp.info>
Mon, 27 Feb 2023 18:51:03 +0000 (19:51 +0100)
committerPhilipp <admin@philipp.info>
Mon, 27 Feb 2023 18:51:03 +0000 (19:51 +0100)
.editorconfig

index 7692ac7..66406ca 100644 (file)
@@ -6,5 +6,13 @@ root = true
 [*]
 charset = utf-8
 end_of_line = lf
-trim_trailing_whitespaces = true
 indent_style = tab
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.yml]
+indent_style = space
+indent_size = 2
+
+[composer.json]
+indent_size = tab