summaryrefslogtreecommitdiffstats
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorDenis Isidoro <denisidoro@users.noreply.github.com>2020-08-28 09:21:24 -0300
committerGitHub <noreply@github.com>2020-08-28 09:21:24 -0300
commit2dd918d1e04c5e089dd4264e2a7a53f48f2fcef2 (patch)
treea71375ac39ce327cde8e6fe78a72fb36bf2cdbb7 /rustfmt.toml
parent4ba037379096e7b4340349b47ac4e24e9bd60d04 (diff)
rustfmt: max-width 150 (#388)
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
new file mode 100644
index 0000000..bc30bf4
--- /dev/null
+++ b/rustfmt.toml
@@ -0,0 +1 @@
+max_width = 150