]> git.mxchange.org Git - friendica.git/commitdiff
Adapt .editorconfig for PHPStorm
authorPhilipp <admin@philipp.info>
Mon, 27 Feb 2023 18:51:04 +0000 (19:51 +0100)
committerPhilipp <admin@philipp.info>
Mon, 27 Feb 2023 18:51:04 +0000 (19:51 +0100)
.editorconfig

index af67d04a3b9d832fdeb925b1d5f1368ba476015e..66406ca44e8ec553ac1d2134efd4fb76022b6644 100644 (file)
@@ -6,9 +6,13 @@ root = true
 [*]
 charset = utf-8
 end_of_line = lf
-trim_trailing_whitespaces = true
 indent_style = tab
-quote_type = single
+trim_trailing_whitespace = true
+insert_final_newline = true
 
-[*.js]
-quote_type = double
\ No newline at end of file
+[*.yml]
+indent_style = space
+indent_size = 2
+
+[composer.json]
+indent_size = tab