diff options
| author | Sébastien Crozet <developer@crozet.re> | 2020-09-01 17:48:51 +0200 |
|---|---|---|
| committer | Sébastien Crozet <developer@crozet.re> | 2020-09-01 17:48:51 +0200 |
| commit | ff3ae6a7e004ff68a546832e43fff809f3352cf6 (patch) | |
| tree | af3397cf10eced89ae256b397287a5d11815ee55 /rustfmt.toml | |
| parent | 939e569491ca81d8deaca6f13119490c439fc9bf (diff) | |
| download | rapier-ff3ae6a7e004ff68a546832e43fff809f3352cf6.tar.gz rapier-ff3ae6a7e004ff68a546832e43fff809f3352cf6.tar.bz2 rapier-ff3ae6a7e004ff68a546832e43fff809f3352cf6.zip | |
Run cargofmt + add rustfmt.toml
Diffstat (limited to 'rustfmt.toml')
| -rw-r--r-- | rustfmt.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..a71ae5f --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,3 @@ +#indent_style = "Block" +#where_single_line = true +#brace_style = "PreferSameLine"
\ No newline at end of file |
