github.com/smartcontractkit/chainlink-terra@v0.1.4/rustfmt.toml (about)

     1  # stable
     2  newline_style = "unix"
     3  hard_tabs = false
     4  tab_spaces = 4
     5  
     6  # unstable... should we require `rustup run nightly cargo fmt` ?
     7  # or just update the style guide when they are stable?
     8  #fn_single_line = true
     9  #format_code_in_doc_comments = true
    10  #overflow_delimited_expr = true
    11  #reorder_impl_items = true
    12  #struct_field_align_threshold = 20
    13  #struct_lit_single_line = true
    14  #report_todo = "Always"
    15