summaryrefslogtreecommitdiffstats
path: root/html/.editorconfig
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:54:31 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:54:31 +0000
commit3b4936b6f2b870f9f2444ebb6ce1ca2de3f49d9f (patch)
treec91ab0ac9447b25f91c05e901212c2142fb95953 /html/.editorconfig
parentInitial commit. (diff)
downloadttyd-upstream/1.7.4.tar.xz
ttyd-upstream/1.7.4.zip
Adding upstream version 1.7.4.upstream/1.7.4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'html/.editorconfig')
-rw-r--r--html/.editorconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/html/.editorconfig b/html/.editorconfig
new file mode 100644
index 0000000..54ee2b1
--- /dev/null
+++ b/html/.editorconfig
@@ -0,0 +1,14 @@
+root = true
+
+[*]
+charset = utf-8
+indent_size = 4
+indent_style = space
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[{*.json, *.scss}]
+indent_size = 2
+
+[*.md]
+trim_trailing_whitespace = false