Switch to comments for rustfmt config
This commit is contained in:
parent
4565d41790
commit
ea540651b7
@ -1,3 +0,0 @@
|
||||
indent_style = "Block"
|
||||
imports_indent = "Block"
|
||||
imports_layout = "Vertical"
|
@ -1,3 +1,7 @@
|
||||
// rustfmt-indent_style: Block
|
||||
// rustfmt-imports_indent: Block
|
||||
// rustfmt-imports_layout: Vertical
|
||||
|
||||
use std::{
|
||||
env, fs, io::{Read, Write},
|
||||
};
|
||||
|
@ -1,3 +1,7 @@
|
||||
// rustfmt-indent_style: Block
|
||||
// rustfmt-imports_indent: Block
|
||||
// rustfmt-imports_layout: Vertical
|
||||
|
||||
use std::{
|
||||
env,
|
||||
fs,
|
||||
|
Loading…
x
Reference in New Issue
Block a user