Commit Graph

3 Commits

Author SHA1 Message Date
beetrees 20a7b02289
Add `indent_style = tab` for `Makefile`s to `.editorconfig` 2023-04-12 16:21:56 +01:00
beetrees e6dc69ab4b
Add `max_line_length` to `.editorconfig`, matching rustfmt 2023-04-08 15:08:25 +01:00
Vasili Novikov ae3164e226
Add .editorconfig
Editorconfig is a lightweight specification that
helps maintaining consistent coding/formatting style
accross editors, especially those editors
that are not explicitly aware of Rust and rustfmt.

https://editorconfig.org/
2021-02-02 18:13:18 +01:00