Skip to content

Commit 528ab4e

Browse files
committed
Update .editorconfig
1 parent f5f0300 commit 528ab4e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.editorconfig

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# EditorConfig is awesome: https://EditorConfig.org
22

3-
# phpBB - Editor Vorgaben v1.1 - https://www.phpbb.de/kb/viewarticle?a=93
4-
# 2020 LukeWCS, phpBB.de
3+
# phpBB Programmierrichtlinien - Editor Vorgaben v1.2
4+
# Quelle: https://www.phpbb.de/kb/viewarticle?a=93
5+
# Autor : LukeWCS (phpBB.de), 2023-07-27
56

67
root = true
78

@@ -18,5 +19,5 @@ trim_trailing_whitespace = true
1819
[*.{txt,md,yml}]
1920
trim_trailing_whitespace = false
2021

21-
[*.yml]
22+
[*.{json,yml}]
2223
indent_style = space

0 commit comments

Comments
 (0)