Skip to content

Commit

Permalink
Added the rustfmt file.
Browse files Browse the repository at this point in the history
  • Loading branch information
fpagliughi committed May 21, 2021
1 parent 48f38fb commit bd5d48e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# .rustfmt.toml
#
# Code format definitions for Eclipse Paho MQTT Rust library.
#

edition = "2018"

# As of 2021-04-23, this is still unstable, requiring +nightly
control_brace_style = "ClosingNextLine"

0 comments on commit bd5d48e

Please sign in to comment.