Skip to content

Commit

Permalink
build: add simplified nix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
subotic committed Mar 25, 2024
1 parent fa3c5d9 commit 7e3dd8b
Show file tree
Hide file tree
Showing 6 changed files with 117 additions and 3,136 deletions.
10 changes: 5 additions & 5 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Basic
max_width = 100
# Imports
group_imports = "StdExternalCrate"
imports_granularity = "Module"
# nightly group_imports = "StdExternalCrate"
# nightly imports_granularity = "Module"
reorder_imports = true
# Comments
comment_width = 100
normalize_comments = true
wrap_comments = true
# nightly comment_width = 100
# nightly normalize_comments = true
# nightly wrap_comments = true
# Consistency
newline_style = "Unix"
104 changes: 37 additions & 67 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7e3dd8b

Please sign in to comment.