aboutsummaryrefslogtreecommitdiffhomepage
path: root/.editorconfig
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-08-20 00:26:48 +0900
committernsfisis <nsfisis@gmail.com>2025-08-20 00:26:48 +0900
commit318db06a494fa8a707aa04eab029abb74932885e (patch)
tree270e99fd418b14afc5612377a3ec98cb1308bc97 /.editorconfig
parenteb22f9bbc2f2596c2c690960852e29eaed04ea09 (diff)
downloadducc-318db06a494fa8a707aa04eab029abb74932885e.tar.gz
ducc-318db06a494fa8a707aa04eab029abb74932885e.tar.zst
ducc-318db06a494fa8a707aa04eab029abb74932885e.zip
chore: add .editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..13a634c
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,10 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_size = 4
+indent_style = space
+insert_final_newline = true
+max_line_length = 120
+trim_trailing_whitespace = true