From: Philipp <admin@philipp.info>
Date: Mon, 27 Feb 2023 18:51:03 +0000 (+0100)
Subject: Adapt .editorconfig for PHPStorm
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4a57f968f8f387ee209e22f1a89b01d2d2367bbd;p=friendica-addons.git

Adapt .editorconfig for PHPStorm
---

diff --git a/.editorconfig b/.editorconfig
index 7692ac78..66406ca4 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -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