diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/rustfmt.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/rustfmt.toml b/tools/rustfmt.toml index df99c6919..4c1eefaed 100644 --- a/tools/rustfmt.toml +++ b/tools/rustfmt.toml @@ -1 +1,2 @@ max_width = 80 +tab_spaces = 2 |