aboutsummaryrefslogtreecommitdiffhomepage
path: root/.editorconfig
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2018-05-29 20:20:02 +0200
committerGitHub <noreply@github.com>2018-05-29 20:20:02 +0200
commit8f816d8ddfe9219e15580cef6e5c9037d1d4fd28 (patch)
tree959b5982d522c3b489353dd2300b85f2d1638720 /.editorconfig
parentcdebf7f9b408f4034b03644a91461f3454c6c039 (diff)
parent03b483aa45ca994c0d75010e2008a8f0bfcf7ed3 (diff)
downloadShaarli-8f816d8ddfe9219e15580cef6e5c9037d1d4fd28.tar.gz
Shaarli-8f816d8ddfe9219e15580cef6e5c9037d1d4fd28.tar.zst
Shaarli-8f816d8ddfe9219e15580cef6e5c9037d1d4fd28.zip
Merge pull request #1135 from ArthurHoaro/ci/csslint
Reformat SCSS to SASS format and run SASSLint in CI
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index f0d83ee3..34bd7994 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -10,7 +10,7 @@ trim_trailing_whitespace = true
10indent_style = space 10indent_style = space
11indent_size = 4 11indent_size = 4
12 12
13[*.{htaccess,html,js,json,xml,yml}] 13[*.{htaccess,html,scss,js,json,xml,yml}]
14indent_size = 2 14indent_size = 2
15 15
16[*.php] 16[*.php]