{ "extends": "stylelint-config-standard", "rules": { "at-rule-empty-line-before": [ "always", { "except": ["blockless-group", "first-nested"] } ], "indentation": 4 } }