Skip to content

Commit

Permalink
.json uses spaces instead of tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDeath committed Jul 27, 2023
1 parent f5c1337 commit 24fbe60
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# EditorConfig is awesome: https://EditorConfig.org

# phpBB - Editor Vorgaben - https://www.phpbb.de/community/viewtopic.php?f=140&t=244063
# 2020 LukeWCS, phpBB.de
# phpBB Programmierrichtlinien - Editor Vorgaben v1.2
# Quelle: https://www.phpbb.de/kb/viewarticle?a=93
# Autor : LukeWCS (phpBB.de), 2023-07-27

root = true

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

[*.yml]
[*.{json,yml}]
indent_style = space

0 comments on commit 24fbe60

Please sign in to comment.