Fork of https://github.com/oxigraph/oxigraph.git for the purpose of NextGraph project
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
307 B
11 lines
307 B
force_explicit_abi = true
|
|
format_code_in_doc_comments = true
|
|
format_macro_matchers = true
|
|
imports_granularity = "Module"
|
|
newline_style = "Unix"
|
|
normalize_comments = true
|
|
normalize_doc_attributes = true
|
|
reorder_impl_items = true
|
|
group_imports = "One"
|
|
use_field_init_shorthand = true
|
|
use_try_shorthand = true
|
|
|