Files
WrenAI/.editorconfig
william chang(張仲威) efc7a2f675 Feature/cli enhancement (#81)
* 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
2024-04-08 14:12:56 +08:00

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