feat: Implement draft version of CLI package
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
059c039a8b
commit
c732780672
11
packages/cli/.editorconfig
Normal file
11
packages/cli/.editorconfig
Normal file
@@ -0,0 +1,11 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
Reference in New Issue
Block a user