From b4e5dd7feaa5304b930df73cba8b06af96ecc15c Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sat, 14 Jun 2025 22:36:25 +0300 Subject: [PATCH] fmt: remove ads (wtf!!) --- .rustfmt.toml | 3 --- .taplo.toml | 2 -- 2 files changed, 5 deletions(-) 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