diff --git a/.rustfmt.toml b/.rustfmt.toml index df184f2..27e03ef 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -1,6 +1,3 @@ -# Taken from https://github.com/cull-os/carcass. -# Modified to have 2 space indents and 80 line width. - # float_literal_trailing_zero = "Always" # TODO: Warning for some reason? condense_wildcard_suffixes = true doc_comment_code_block_width = 80 diff --git a/.taplo.toml b/.taplo.toml index 9abeaee..5a6456b 100644 --- a/.taplo.toml +++ b/.taplo.toml @@ -1,5 +1,3 @@ -# Taken from https://github.com/cull-os/carcass. - [formatting] align_entries = true column_width = 100