1
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-10-03 13:53:16 +00:00
forgejo/.lesshintrc.json
2019-05-14 08:54:23 +08:00

12 lines
273 B
JSON

{
"idSelector": false,
"importPath": false,
"importantRule": false,
"maxCharPerLine": false,
"propertyOrdering": false,
"qualifyingElement": false,
"spaceAroundComma": false,
"stringQuotes": "double",
"universalSelector": false,
"zeroUnit": "no_unit"
}