Files
gemini-cli/.editorconfig

14 lines
183 B
INI
Raw Normal View History

2025-06-29 20:40:32 +01:00
root = true
[*]
charset = utf-8
insert_final_newline = true
end_of_line = lf
indent_style = space
indent_size = 2
max_line_length = 80
[Makefile]
indent_style = tab
indent_size = 8