aboutsummaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-04-16 10:44:21 -0700
committerChih-Hung Hsieh <chh@google.com>2020-04-16 10:45:53 -0700
commite42c505f54ac2e7b2ca7d0197304cac1b4f605e9 (patch)
tree7ca22ebdbdb7d0c9dc5c66d31f564aeaf51cece4 /rustfmt.toml
parent815d0a2344b5321fd47f0cb7dba96e4cb4e84615 (diff)
downloadregex-e42c505f54ac2e7b2ca7d0197304cac1b4f605e9.tar.gz
Import 'regex' package vesion 1.3.6
* Add OWNERS * No Android.bp yet Bug: 152884384 Test: make Change-Id: I455caf7833b6c437c1c133bc7b2f47b83da9cbce
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
new file mode 100644
index 0000000..aa37a21
--- /dev/null
+++ b/rustfmt.toml
@@ -0,0 +1,2 @@
+max_width = 79
+use_small_heuristics = "max"