mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-21 10:16:03 +00:00
chore: add .editorconfig (#536)
Co-authored-by: Adam Spiers <opencode@adamspiers.org>
This commit is contained in:
co-authored by
Adam Spiers
parent
248325925f
commit
dd22cb2bb0
@@ -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
|
||||||
Reference in New Issue
Block a user