summaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorgnzlbg <gonzalobg88@gmail.com>2019-02-07 11:13:38 +0100
committergnzlbg <gonzalobg88@gmail.com>2019-02-07 11:13:38 +0100
commit0a5484ea72eacf6b4b1b9a5048ea0124ee9fb518 (patch)
tree8c9e9850e741f9380a4d2f7fa2c0938fb005342a /rustfmt.toml
parentf9b96ee6a1869a032551dd8200e1367dc7950a83 (diff)
downloadrust-libc-0a5484ea72eacf6b4b1b9a5048ea0124ee9fb518.tar.gz
Check style using rustfmt and reformat
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
new file mode 100644
index 0000000000..7ecc610f33
--- /dev/null
+++ b/rustfmt.toml
@@ -0,0 +1,3 @@
+max_width = 79
+comment_width = 79
+error_on_line_overflow = true \ No newline at end of file