diff options
| author | Adam Spiers <[email protected]> | 2025-06-30 02:12:58 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-29 21:12:58 -0400 |
| commit | dd22cb2bb0e5f6ad4a45f53c7fde46ffb907ca58 (patch) | |
| tree | f82b4d39fd7ec9f824ffa2b4f491c70baa2ba35a /.editorconfig | |
| parent | 248325925fda66c116b7bc40d292f66f2a550c16 (diff) | |
| download | opencode-dd22cb2bb0e5f6ad4a45f53c7fde46ffb907ca58.tar.gz opencode-dd22cb2bb0e5f6ad4a45f53c7fde46ffb907ca58.zip | |
chore: add .editorconfig (#536)
Co-authored-by: Adam Spiers <[email protected]>
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 9 |
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 |
