mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-08 22:36:16 +01:00
2344557abc
This will reduce unrelated autoformatting changes in other commits (and it also makes the code more readable).
17 lines
377 B
YAML
17 lines
377 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
|