alacritty/alacritty_terminal/src
Christian Duerr f90dd12efd
Update rustfmt configuration
In this change I went through all current rustfmt configuration options
and expanded our existing configuration with overrides whenever deemed
appropriate.

The `normalize_doc_attributes` option is still unstable, but seems to
work without any issues. Even when passing macros like `include_str!`
that is recognized properly and not normalized. So while this wasn't an
issue anywhere in the code, it should make sure it never will be.

When it comes to imports there are two new major additions. The
`imports_granularity` and `group_imports` options. Both mostly just
incorporate unwritten rules that have existed in Alacritty for a long
time. Unfortunately since `alacritty_terminal` imports in `alacritty`
are supposed to be separate blocks, the `group_imports` option cannot be
used.
2021-10-11 00:54:18 +00:00
..
config Update dependencies 2021-02-13 18:15:57 +00:00
grid Update rustfmt configuration 2021-10-11 00:54:18 +00:00
term Fix fullwidth character crash on resize 2021-08-01 21:14:17 +00:00
tty Update rustfmt configuration 2021-10-11 00:54:18 +00:00
ansi.rs Fix out of order terminal query responses 2021-04-17 23:20:13 +00:00
event.rs Fix out of order terminal query responses 2021-04-17 23:20:13 +00:00
event_loop.rs Update rustfmt configuration 2021-10-11 00:54:18 +00:00
index.rs Unify the grid line indexing types 2021-03-30 23:25:38 +00:00
lib.rs Fix clippy warnings 2021-07-03 03:06:52 +00:00
selection.rs Improve rendering performance 2021-05-22 22:48:43 +00:00
sync.rs Add buffer for PTY reads during terminal lock 2021-07-03 20:31:50 +00:00
thread.rs Add option to run command on bell 2020-07-10 22:32:44 +03:00
vi_mode.rs Fix vi cursor motion with ScrollPage* actions 2021-07-04 20:01:29 +00:00