summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/rustfmt.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/rustfmt/rustfmt.toml')
-rw-r--r--src/tools/rustfmt/rustfmt.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/rustfmt/rustfmt.toml b/src/tools/rustfmt/rustfmt.toml
new file mode 100644
index 000000000..eccd5f9bd
--- /dev/null
+++ b/src/tools/rustfmt/rustfmt.toml
@@ -0,0 +1,3 @@
+error_on_line_overflow = true
+error_on_unformatted = true
+version = "Two"