mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 03:36:12 +01:00
[CLEANUP] Adapt the TypoScript lint settings to the .editorconfig settings (#179)
Like in the Core, TypoScript needs to be indented with 2 spaces, not 4 spaces. Also reformat the TypoScript files accordingly.
This commit is contained in:
parent
373c7965b4
commit
0d09a2f0ac
4 changed files with 37 additions and 36 deletions
|
@ -4,7 +4,7 @@ sniffs:
|
||||||
class: Indentation
|
class: Indentation
|
||||||
parameters:
|
parameters:
|
||||||
indentConditions: true
|
indentConditions: true
|
||||||
indentPerLevel: 4
|
indentPerLevel: 2
|
||||||
useSpaces: true
|
useSpaces: true
|
||||||
-
|
-
|
||||||
class: DeadCode
|
class: DeadCode
|
||||||
|
|
|
@ -2,6 +2,7 @@ page {
|
||||||
includeCSS {
|
includeCSS {
|
||||||
tea = EXT:tea/Resources/Public/Css/Main.css
|
tea = EXT:tea/Resources/Public/Css/Main.css
|
||||||
}
|
}
|
||||||
|
|
||||||
includeJSFooter {
|
includeJSFooter {
|
||||||
tea = EXT:tea/Resources/Public/JavaScript/Main.js
|
tea = EXT:tea/Resources/Public/JavaScript/Main.js
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue