Template
1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo synced 2024-11-24 18:56:11 +01:00
forgejo/.lesshintrc.json

13 lines
273 B
JSON
Raw Normal View History

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