We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f0300 commit 528ab4eCopy full SHA for 528ab4e
.editorconfig
@@ -1,7 +1,8 @@
1
# EditorConfig is awesome: https://EditorConfig.org
2
3
-# phpBB - Editor Vorgaben v1.1 - https://www.phpbb.de/kb/viewarticle?a=93
4
-# 2020 LukeWCS, phpBB.de
+# phpBB Programmierrichtlinien - Editor Vorgaben v1.2
+# Quelle: https://www.phpbb.de/kb/viewarticle?a=93
5
+# Autor : LukeWCS (phpBB.de), 2023-07-27
6
7
root = true
8
@@ -18,5 +19,5 @@ trim_trailing_whitespace = true
18
19
[*.{txt,md,yml}]
20
trim_trailing_whitespace = false
21
-[*.yml]
22
+[*.{json,yml}]
23
indent_style = space
0 commit comments