1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-13 00:38:12 -04:00
gitea/.lesshintrc.json

13 lines
273 B
JSON
Raw Normal View History

2019-05-13 20:54:23 -04:00
{
"idSelector": false,
"importPath": false,
"importantRule": false,
"maxCharPerLine": false,
"propertyOrdering": false,
"qualifyingElement": false,
"spaceAroundComma": false,
"stringQuotes": "double",
"universalSelector": false,
"zeroUnit": "no_unit"
}