config/default.yml in scss_lint-0.49.0 vs config/default.yml in scss_lint-0.50.0
- old
+ new
@@ -179,9 +179,14 @@
SpaceAfterComma:
enabled: true
style: one_space # or 'no_space', or 'at_least_one_space'
+ SpaceAfterComment:
+ enabled: true
+ style: at_least_one_space # or 'no_space', or 'at_least_one_space'
+ allow_empty_comments: true
+
SpaceAfterPropertyColon:
enabled: true
style: one_space # or 'no_space', or 'at_least_one_space', or 'aligned'
SpaceAfterPropertyName: