]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
update scss linter to allow multiple spaces before on single line
authorMark Otto <markd.otto@gmail.com>
Sun, 27 Nov 2016 04:33:22 +0000 (20:33 -0800)
committerGitHub <noreply@github.com>
Sun, 27 Nov 2016 04:33:22 +0000 (20:33 -0800)
scss/.scss-lint.yml

index 6681def4028d92242087e6d3d5a2706245796f21..2f5dc20e12c40ef23899fcab0f60f537e56c92a7 100644 (file)
@@ -492,7 +492,7 @@ linters:
   SpaceBeforeBrace:
     enabled: true
     style: space # or 'new_line'
-    allow_single_line_padding: false
+    allow_single_line_padding: true
 
   SpaceBetweenParens:
     enabled: true