add .rustfmt.toml
This commit is contained in:
parent
c112195b9d
commit
10a56c19d9
2 changed files with 1 additions and 1 deletions
1
.rustfmt.toml
Normal file
1
.rustfmt.toml
Normal file
|
@ -0,0 +1 @@
|
|||
hard_tabs = true
|
|
@ -21,7 +21,6 @@ struct Cursor {
|
|||
column: usize,
|
||||
}
|
||||
|
||||
// #[derive(Clone, Copy)]
|
||||
type Line = Range<usize>;
|
||||
|
||||
impl Editor {
|
||||
|
|
Loading…
Reference in a new issue