alacritty/docs
Christian Duerr bd4906722a
Switch to TOML configuration format
This switches Alacritty's default configuration format from yaml to
toml. While yaml is still supported, it is done by converting it to toml
and should be removed entirely in the future.

All existing features were persisted based on my testing. Behavior
should not change much, though `--option` might have slightly different
behavior since the entire line is not interpreted as one line of toml.

A new `alacritty migrate` subcommand has been added which allows
automatic migration from yaml to toml. This also could be used as a
facility to automatically fix configuration file changes in the future.

Closes #6592.
2023-06-12 00:23:41 +00:00
..
ansicode.txt `starting` not `staring` (#1074) 2018-02-11 09:50:52 -08:00
escape_support.md Add support for hyperlink escape sequence 2022-07-10 20:11:28 +03:00
features.md Switch to TOML configuration format 2023-06-12 00:23:41 +00:00