mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-18 07:54:28 +00:00
18 lines
317 B
Text
18 lines
317 B
Text
|
{
|
||
|
"fileExtensions": [".less", ".css"],
|
||
|
|
||
|
"excludedFiles": ["ansi.less"],
|
||
|
|
||
|
"spaceAfterPropertyColon": {
|
||
|
"enabled": true,
|
||
|
"style": "one_space"
|
||
|
},
|
||
|
|
||
|
"emptyRule": true,
|
||
|
"qualifyingElement": false,
|
||
|
"trailingWhitespace": true,
|
||
|
"zeroUnit": {
|
||
|
"exclude": ["flex"]
|
||
|
}
|
||
|
}
|