Skip to content
Snippets Groups Projects
Commit 6f706862 authored by Tymoteusz Motylewski's avatar Tymoteusz Motylewski Committed by Wouter Wolters
Browse files

[TASK] Set JS .editorconfig indent style to 2 spaces

Resolves: #82900
Releases: master
Change-Id: I9e80f662981dc107d5bcd1e4fc28bcf9d2ff3b4a
Reviewed-on: https://review.typo3.org/54534


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarSusanne Moog <susanne.moog@typo3.org>
Tested-by: default avatarSusanne Moog <susanne.moog@typo3.org>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
parent 7120fe89
Branches
Tags
No related merge requests found
......@@ -32,8 +32,8 @@ indent_size = 4
# JS-Files
[*.js]
indent_style = tab
indent_size = 4
indent_style = space
indent_size = 2
# JSON-Files
[*.json]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment