summaryrefslogtreecommitdiffhomepage
path: root/.editorconfig
diff options
context:
space:
mode:
authorAdam Spiers <[email protected]>2025-06-30 02:12:58 +0100
committerGitHub <[email protected]>2025-06-29 21:12:58 -0400
commitdd22cb2bb0e5f6ad4a45f53c7fde46ffb907ca58 (patch)
treef82b4d39fd7ec9f824ffa2b4f491c70baa2ba35a /.editorconfig
parent248325925fda66c116b7bc40d292f66f2a550c16 (diff)
downloadopencode-dd22cb2bb0e5f6ad4a45f53c7fde46ffb907ca58.tar.gz
opencode-dd22cb2bb0e5f6ad4a45f53c7fde46ffb907ca58.zip
chore: add .editorconfig (#536)
Co-authored-by: Adam Spiers <[email protected]>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000000000..aada95f26
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,9 @@
+root = true
+
+[*]
+charset = utf-8
+insert_final_newline = true
+end_of_line = lf
+indent_style = space
+indent_size = 2
+max_line_length = 80