We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, mi config is:
class-name-format: - 1 - convention: strictbem attribute-quotes: - 1 - inclide: true border-zero: - 1 - convention: '0' empty-line-between-blocks: - 1 - inclide: true - allow-single-line-rulesets: true final-newline: - 1 - include: true hex-length: - 1 - style: long hex-notation: - 1 - style: lowercase indentation: - 1 - size: 2 no-color-keywords: - 1 - allowed: true no-css-comments: - 1 - allowed: true no-important: - 1 - allowed: true no-trailing-zero: - 1 - allowed: true property-sort-order: - 1 - order: alphabetical space-after-bang: - 1 - include: false space-after-colon: - 1 - include: true space-before-bang: - 1 - include: true space-before-colon: - 1 - include: true space-between-parens: - 1 - include: false url-quotes: - 1 - allowed: true zero-unit: - 1 - include: false
but I don't get the indentation to be 2
does not report any errors when executing it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem Description
Hi, mi config is:
but I don't get the indentation to be 2
does not report any errors when executing it.
The text was updated successfully, but these errors were encountered: