Skip to content

Commit

Permalink
refactor: cli module (holochain#317)
Browse files Browse the repository at this point in the history
* refactor: cli module to command submodules

* add missing doc strings

* fix clippy warnings

* update cli/zome.rs

* inline some functions

* set package manager explicitly on holo integration scripts

* limit inlined functions

* implement FromStr for FieldDefinition

* refactor scaffold/app/cargo.rs

* update entry_type/crud.rs

* fix clippy warnings

* add removed fast track config

* fix clippy warnings

* prefer if else to pattern matching on boolean expressions where possible

* move warning missage to scaffold_entry_type

* remove template arg
  • Loading branch information
c12i authored Jul 4, 2024
1 parent f1bf5ef commit 444db61
Show file tree
Hide file tree
Showing 25 changed files with 1,414 additions and 1,239 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
indent_style = space
indent_size = 4

[*.rs]
indent_style = space
indent_size = 4
Loading

0 comments on commit 444db61

Please sign in to comment.