woodpecker/web/.lesshintrc

18 lines
317 B
Plaintext
Raw Normal View History

2019-11-12 13:27:39 +00:00
{
"fileExtensions": [".less", ".css"],
"excludedFiles": ["ansi.less"],
"spaceAfterPropertyColon": {
"enabled": true,
"style": "one_space"
},
"emptyRule": true,
"qualifyingElement": false,
"trailingWhitespace": true,
"zeroUnit": {
"exclude": ["flex"]
}
}