about summary refs log tree commit diff stats
path: root/rustfmt_config.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-06 15:45:11 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-06 15:45:11 +0200
commita6baea06697f6c76c695dc4198099deb8ba916e0 (patch)
tree476a3865f6b4bef04751ba20534813a58892811b /rustfmt_config.toml
parentchore: Initial commit (diff)
downloadback-a6baea06697f6c76c695dc4198099deb8ba916e0.zip
feat(treewide): Prepare for first release
This commit contains many changes, as they were developed alongside
`git-bug-rs` and unfortunately not separately committed.

A toplevel summary would include:
- Appropriate redirects,
- The templating moved to `vy` (as this works with rustfmt formatting),
- Search support (via `git-bug-rs`),
- And better layout in the link section.
Diffstat (limited to '')
-rw-r--r--rustfmt_config.toml (renamed from rustfmt.toml)2
1 files changed, 0 insertions, 2 deletions
diff --git a/rustfmt.toml b/rustfmt_config.toml
index 5c3f6ba..044f5fb 100644
--- a/rustfmt.toml
+++ b/rustfmt_config.toml
@@ -21,7 +21,6 @@ normalize_doc_attributes = true
 format_strings = true
 format_macro_matchers = true
 format_macro_bodies = true
-skip_macro_invocations = []
 hex_literal_case = "Upper"
 empty_item_single_line = true
 struct_lit_single_line = true
@@ -74,6 +73,5 @@ skip_children = false
 show_parse_errors = true
 error_on_line_overflow = true
 error_on_unformatted = true
-ignore = []
 emit_mode = "Files"
 make_backup = false