diff options
author | Takuya Noguchi <tak.noguchi.iridge@gmail.com> | 2017-07-08 21:53:12 +0900 |
---|---|---|
committer | Takuya Noguchi <tak.noguchi.iridge@gmail.com> | 2017-07-12 08:17:37 +0900 |
commit | 2fb911aafd9e3a84d096568d9f652d04a31329d2 (patch) | |
tree | c6853912304b1ecf3643c5f70527860bf06b74e2 /.scss-lint.yml | |
parent | 420f6b5474e49e17226415250846e48fe514fe0d (diff) | |
download | gitlab-ce-2fb911aafd9e3a84d096568d9f652d04a31329d2.tar.gz |
Enable SpaceAfterComma in scss-lint
Diffstat (limited to '.scss-lint.yml')
-rw-r--r-- | .scss-lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scss-lint.yml b/.scss-lint.yml index db234ad739c..5037569d361 100644 --- a/.scss-lint.yml +++ b/.scss-lint.yml @@ -176,7 +176,7 @@ linters: # Commas in lists should be followed by a space. SpaceAfterComma: - enabled: false + enabled: true # Properties should be formatted with a single space separating the colon # from the property's value. |