mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 02:11:01 +00:00
17 lines
317 B
Text
17 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"]
|
|
}
|
|
}
|