diff options
| author | 2026-01-20 19:05:02 +0800 | |
|---|---|---|
| committer | 2026-01-20 19:05:02 +0800 | |
| commit | 738b750f6f527a8e607bc9c016224fcba931f5c1 (patch) | |
| tree | 412ce8b94117676893716d2ad1e32ee2cc5aac03 | |
| parent | README: Document architectual considerations (diff) | |
| signature | No signature | |
.editorconfig
| -rw-r--r-- | .editorconfig | 12 |
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 |
