adaptai / projects /gemini-cli /.editorconfig
ADAPT-Chase's picture
Add files using upload-large-folder tool
fbf3c28 verified
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