summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2024-07-26 08:00:00 +0800
committerRunxi Yu <me@runxiyu.org>2024-07-26 08:00:00 +0800
commit4cebffd0a924c78478b9d17f8e855d29ea59078b (patch)
tree3f638580f1d192dc764cecdf75ecf034b0eae8c6 /.editorconfig
parent8d926a4f1dd6f3f0982772112c0b3679d731e35c (diff)
downloadhaxircd-docs-4cebffd0a924c78478b9d17f8e855d29ea59078b.tar.gz
haxircd-docs-4cebffd0a924c78478b9d17f8e855d29ea59078b.zip
Add .editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..05dedce
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,8 @@
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+indent_style = tab
+indent_size = 8
+tab_size = 8