Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2016-10-24 22:29:44 +0300
committerClement Ho <ClemMakesApps@gmail.com>2016-10-24 22:29:44 +0300
commit2004b30ed60b2de37edcc0e174b0cfdc20e33db4 (patch)
treec8a09ad4375cc837da90aaa5db198c738cda8f78 /.scss-lint.yml
parentcb38290ababe43aca0c635fb87d3a38c4c5debcd (diff)
Enable SpaceAroundOperator in scss-lint
Diffstat (limited to '.scss-lint.yml')
-rw-r--r--.scss-lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scss-lint.yml b/.scss-lint.yml
index 5093702519b..9eb6fdd767f 100644
--- a/.scss-lint.yml
+++ b/.scss-lint.yml
@@ -201,7 +201,7 @@ linters:
# Operators should be formatted with a single space on both sides of an
# infix operator.
SpaceAroundOperator:
- enabled: false
+ enabled: true
# Opening braces should be preceded by a single space.
SpaceBeforeBrace: