aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/.editorconfig
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <[email protected]>2024-01-27 10:47:28 +0100
committerBjørn Erik Pedersen <[email protected]>2024-01-27 10:47:28 +0100
commitfc7de7136acbcf0aef54ae8460c7702bc83709be (patch)
treec109bb4dd1f1b054db476e7e4117f79bdd62ec9e /docs/.editorconfig
parent1083bf7c08e6f35826279065b8a09a16cc991c7f (diff)
downloadhugo-fc7de7136acbcf0aef54ae8460c7702bc83709be.tar.gz
hugo-fc7de7136acbcf0aef54ae8460c7702bc83709be.zip
docs: Prepare for new sub tree
See #11925
Diffstat (limited to 'docs/.editorconfig')
-rw-r--r--docs/.editorconfig20
1 files changed, 0 insertions, 20 deletions
diff --git a/docs/.editorconfig b/docs/.editorconfig
deleted file mode 100644
index dd2a0096f..000000000
--- a/docs/.editorconfig
+++ /dev/null
@@ -1,20 +0,0 @@
-# https://editorconfig.org
-
-root = true
-
-[*]
-charset = utf-8
-end_of_line = lf
-indent_size = 2
-indent_style = space
-trim_trailing_whitespace = true
-
-[*.go]
-indent_size = 8
-indent_style = tab
-
-[*.js]
-insert_final_newline = true
-
-[*.md]
-trim_trailing_whitespace = false