mirror of
https://github.com/ntop/ntopng.git
synced 2026-07-09 16:00:51 +00:00
32 lines
1.4 KiB
Text
32 lines
1.4 KiB
Text
{
|
|
"customSyntax": "postcss-scss",
|
|
"rules": {
|
|
"indentation": 2,
|
|
"string-quotes": "single",
|
|
"no-duplicate-selectors": true,
|
|
"color-hex-case": "upper",
|
|
"color-hex-length": "long",
|
|
"color-named": "never",
|
|
"selector-combinator-space-after": "always",
|
|
"selector-attribute-quotes": "always",
|
|
"selector-attribute-operator-space-before": "always",
|
|
"selector-attribute-operator-space-after": "always",
|
|
"selector-attribute-brackets-space-inside": "never",
|
|
"declaration-block-trailing-semicolon": "always",
|
|
"declaration-colon-space-before": "never",
|
|
"declaration-colon-space-after": "always",
|
|
"number-leading-zero": "always",
|
|
"function-url-quotes": "always",
|
|
"font-weight-notation": "numeric",
|
|
"font-family-name-quotes": "always-where-recommended",
|
|
"comment-whitespace-inside": "always",
|
|
"comment-empty-line-before": "always",
|
|
"selector-pseudo-element-colon-notation": "double",
|
|
"selector-pseudo-class-parentheses-space-inside": "never",
|
|
"media-feature-range-operator-space-before": "always",
|
|
"media-feature-range-operator-space-after": "always",
|
|
"media-feature-parentheses-space-inside": "never",
|
|
"media-feature-colon-space-before": "never",
|
|
"media-feature-colon-space-after": "always"
|
|
}
|
|
}
|