From: Philipp Date: Mon, 27 Feb 2023 19:57:18 +0000 (+0100) Subject: ident_size 2 is better for XML readability :) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=92c3d0cf6c54fa528e7335fb99bf7c99313ff320;p=friendica-addons.git ident_size 2 is better for XML readability :) --- diff --git a/.editorconfig b/.editorconfig index 6287bcf4..8565b274 100644 --- a/.editorconfig +++ b/.editorconfig @@ -22,7 +22,7 @@ indent_size = 2 [*.xml] indent_style = space -indent_size = 4 +indent_size = 2 [*.json] indent_style = space