Switch to comments for rustfmt config

This commit is contained in:
Josh Chase 2018-06-19 09:30:50 -04:00
parent 4565d41790
commit ea540651b7
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +0,0 @@
indent_style = "Block"
imports_indent = "Block"
imports_layout = "Vertical"

View File

@ -1,3 +1,7 @@
// rustfmt-indent_style: Block
// rustfmt-imports_indent: Block
// rustfmt-imports_layout: Vertical
use std::{
env, fs, io::{Read, Write},
};

View File

@ -1,3 +1,7 @@
// rustfmt-indent_style: Block
// rustfmt-imports_indent: Block
// rustfmt-imports_layout: Vertical
use std::{
env,
fs,