Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Commit

Permalink
Implement application logger (!12, #10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirguir authored Jan 18, 2019
1 parent 8c98849 commit 7b7fa5b
Show file tree
Hide file tree
Showing 6 changed files with 632 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# See full list at:
# https://github.com/rust-lang-nursery/rustfmt/blob/master/Configurations.md

max_width = 80
format_strings = true
normalize_comments = true
wrap_comments = true

reorder_impl_items = true
use_try_shorthand = true

error_on_line_overflow = true
error_on_unformatted = true

unstable_features = true
Loading

0 comments on commit 7b7fa5b

Please sign in to comment.