mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
ca560632b8
Better readability as there's a bunch of files that are not related to each other in the root directory
48 lines
1.1 KiB
Plaintext
48 lines
1.1 KiB
Plaintext
{
|
|
"blocks": false,
|
|
"brackets": "always",
|
|
"colons": "always",
|
|
"colors": "always",
|
|
"commaSpace": "always",
|
|
"commentSpace": "always",
|
|
"cssLiteral": "never",
|
|
"customProperties": [],
|
|
"depthLimit": false,
|
|
"duplicates": true,
|
|
"efficient": "always",
|
|
"exclude": [],
|
|
"extendPref": "@extends",
|
|
"globalDupe": true,
|
|
"groupOutputByFile": true,
|
|
"indentPref": false,
|
|
"leadingZero": "always",
|
|
"maxErrors": false,
|
|
"maxWarnings": false,
|
|
"mixed": true,
|
|
"mixins": [],
|
|
"namingConvention": false,
|
|
"namingConventionStrict": false,
|
|
"none": "always",
|
|
"noImportant": false,
|
|
"parenSpace": "never",
|
|
"placeholders": "always",
|
|
"prefixVarsWithDollar": "always",
|
|
"quotePref": "double",
|
|
"reporterOptions": {
|
|
"columns": ["lineData", "severity", "description", "rule"],
|
|
"columnSplitter": " ",
|
|
"showHeaders": false,
|
|
"truncate": true
|
|
},
|
|
"semicolons": "never",
|
|
"sortOrder": ["grouped", "alphabetical"],
|
|
"stackedProperties": "never",
|
|
"trailingWhitespace": "never",
|
|
"universal": false,
|
|
"valid": true,
|
|
"zeroUnits": "never",
|
|
"zIndexNormalize": false,
|
|
"stylusSupremacy.selectorSeparator": ",\n",
|
|
"stylusSupremacy.insertNewLineAroundBlocks": true
|
|
}
|