Skip to content

Commit

Permalink
Add rustfmt config
Browse files Browse the repository at this point in the history
  • Loading branch information
starscouts committed Jul 1, 2024
1 parent e5dc12a commit fb24a3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions statusng/rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
merge_derives = false
1 change: 0 additions & 1 deletion statusng/src/models/service/status.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use std::fmt::{Display, Formatter};

use serde_repr::{Deserialize_repr, Serialize_repr};

#[rustfmt::skip]
#[derive(Deserialize_repr, Serialize_repr)]
#[derive(Default, Debug)]
#[derive(Copy, Clone)]
Expand Down

0 comments on commit fb24a3d

Please sign in to comment.