Files
AIPex/.editorconfig
0x5457 0f6361f678 feat: AIPex agent core and restructure project files (#32)
* feat: AIPex agent core and restructure project files

* fix: Update tool parameter schema validation in tests and base class

* Delete .cursor/rules directory

* fix tests
2025-12-06 20:02:08 +08:00

14 lines
183 B
INI

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