mirror of
https://github.com/Canner/WrenAI.git
synced 2026-08-30 18:00:36 +08:00
efc7a2f675
* feat(wren-launcher): makefile * feat(wren-launcher): detect os * fix(wren-launcher): fix panic error recovery and windows open docker * fix(wren-launcher): use exe extension * feat(wren-launcher): find available port * feat(wren-launcher): testing list process of docker API * feat(wren-launcher): check port not used and if it's used, check if wren-ui is using it
18 lines
287 B
INI
18 lines
287 B
INI
# Editor configuration, see http://editorconfig.org
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 2
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.md]
|
|
max_line_length = off
|
|
trim_trailing_whitespace = false
|
|
|
|
# Makefile
|
|
[Makefile]
|
|
indent_style = tab
|