lemonlang 0.0.3

an experimental, modern, purely safe, programming language.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
use_small_heuristics = "Max"
hard_tabs = true
tab_spaces = 2
# overflow_delimited_expr = true
# chain_width = 70
# imports_granularity = "Item"
# struct_variant_width = 70
# array_width = 100
# struct_lit_width = 100
# chain_width = 100
# max_width = 100
# fn_call_width = 100
# attr_fn_like_width = 100
# single_line_if_else_max_width = 100
# single_line_let_else_max_width = 100