zed/crates/text
Max Brunsfeld f62fd3cddd Add support for hard tabs
* Add a `hard_tabs` setting that causes indentation to be performed
  using a tab instead of multiple spaces.
* Change Buffer's indentation-related APIs to return an `IndentSize`
  struct with a length and a kind, instead of just a single u32.
* Use hard tabs by default in Go.
2022-06-08 18:30:10 -07:00
..
src Add support for hard tabs 2022-06-08 18:30:10 -07:00
Cargo.toml Upgrade deps to avoid multiple versions of transitive deps 2022-06-02 17:38:33 -07:00