| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "blocks": true,
- "brackets": "never",
- "colons": "always",
- "colors": "always",
- "commaSpace": "always",
- "commentSpace": "always",
- "cssLiteral": "never",
- "customProperties": [],
- "depthLimit": 6,
- "duplicates": true,
- "efficient": "always",
- "exclude": [],
- "extendPref": "@extends",
- "globalDupe": false,
- "groupOutputByFile": true,
- "indentPref": true,
- "leadingZero": "never",
- "maxErrors": 100,
- "maxWarnings": 100,
- "mixed": false,
- "mixins": [],
- "namingConvention": false,
- "namingConventionStrict": false,
- "none": "never",
- "noImportant": true,
- "parenSpace": false,
- "placeholders": "always",
- "prefixVarsWithDollar": "always",
- "quotePref": "double",
- "semicolons": "never",
- "sortOrder": "alphabetical",
- "stackedProperties": "never",
- "trailingWhitespace": "never",
- "universal": false,
- "valid": true,
- "zeroUnits": "never",
- "zIndexNormalize": false,
-
- "indents": 4,
- "semicolons": false,
- "alwaysSemicolon": false
- }
|