aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-01-20 19:05:02 +0800
committerGravatar Runxi Yu2026-01-20 19:05:02 +0800
commit738b750f6f527a8e607bc9c016224fcba931f5c1 (patch)
tree412ce8b94117676893716d2ad1e32ee2cc5aac03
parentREADME: Document architectual considerations (diff)
signatureNo signature
.editorconfig
-rw-r--r--.editorconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..72eb2cd1
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,12 @@
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+indent_style = tab
+indent_size = 8
+tab_size = 8
+
+[{*.yaml,*.yml,*.md}]
+indent_style = space
+indent_size = 2