apollo-utils 0.1.2

Useful helper functions for writing CosmWasm smart contracts.
Documentation
1
2
3
4
5
6
7
8
9
10
# stable
newline_style = "Unix"
hard_tabs = false
tab_spaces = 4

# unstable
imports_granularity = "Module"
format_code_in_doc_comments = true
wrap_comments = true
doc_comment_code_block_width = 100