mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16:13 +01:00
0d09a2f0ac
Like in the Core, TypoScript needs to be indented with 2 spaces, not 4 spaces. Also reformat the TypoScript files accordingly.
24 lines
405 B
YAML
24 lines
405 B
YAML
---
|
|
sniffs:
|
|
-
|
|
class: Indentation
|
|
parameters:
|
|
indentConditions: true
|
|
indentPerLevel: 2
|
|
useSpaces: true
|
|
-
|
|
class: DeadCode
|
|
-
|
|
class: OperatorWhitespace
|
|
-
|
|
class: RepeatingRValue
|
|
disabled: true
|
|
-
|
|
class: DuplicateAssignment
|
|
-
|
|
class: EmptySection
|
|
disabled: true
|
|
-
|
|
class: NestingConsistency
|
|
parameters:
|
|
commonPathPrefixThreshold: 1
|