add .rustfmt.toml

This commit is contained in:
Crispy 2023-02-26 00:46:25 +01:00
parent c112195b9d
commit 10a56c19d9
2 changed files with 1 additions and 1 deletions

1
.rustfmt.toml Normal file
View file

@ -0,0 +1 @@
hard_tabs = true

View file

@ -21,7 +21,6 @@ struct Cursor {
column: usize, column: usize,
} }
// #[derive(Clone, Copy)]
type Line = Range<usize>; type Line = Range<usize>;
impl Editor { impl Editor {