summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-04-26 09:12:32 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-04-26 09:12:32 +0200
commit38b1d8f24c0f203df2e8a936a844bd39708ca78b (patch)
tree4b888f13d2d9cb379316d579ce72a4aa9b817e14 /.editorconfig
parent20712f41a36c8dc554ca6912bb5dfaf9e14bd0cf (diff)
downloadgohugo-theme-ed-38b1d8f24c0f203df2e8a936a844bd39708ca78b.tar.gz
Add .gitattributes
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 418c402..e72bc3f 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,ecrc}]
+[*.{json,yaml,yml,toml,md,babelrc,eslintrc,postcssrc,stylelintrc,ecrc,gitattributes}]
indent_style = space
indent_size = 2