summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-04-25 23:23:27 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-04-25 23:23:27 +0200
commitfff911885ae02c98b6b13f3a34c9120241dc7b78 (patch)
tree2886b8d3e434c8214581999e34f00dd8d6cdd15f /.editorconfig
parent5e2c7e6b0ebbe51933cb0beda3c58403cf283e25 (diff)
downloadgohugo-theme-ed-fff911885ae02c98b6b13f3a34c9120241dc7b78.tar.gz
Lint js files
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 220f3d5..418c402 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -11,7 +11,7 @@ insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
-[*.{json,yaml,yml,toml,md,babelrc,eslintrc,postcssrc,stylelintrc,scss,ecrc}]
+[*.{json,yaml,yml,toml,md,babelrc,eslintrc,postcssrc,stylelintrc,ecrc}]
indent_style = space
indent_size = 2