diff options
author | Christian Duerr <contact@christianduerr.com> | 2023-05-28 12:13:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-28 10:13:09 +0000 |
commit | e3746e49a117ebf8d1f43715554c5a1cf8d4a116 (patch) | |
tree | fa5490d36c8b864e3f1f6705c4b0318ea34fa816 /.editorconfig | |
parent | 32ea98deeba5f0eb6c51062cfb0fd2caa802054d (diff) | |
download | alacritty-e3746e49a117ebf8d1f43715554c5a1cf8d4a116.tar.gz alacritty-e3746e49a117ebf8d1f43715554c5a1cf8d4a116.zip |
Move manpages to scdoc
This rewrites the existing manpages to use the `scdoc` format, making it
simpler to read and edit the manpages without intricate roff knowledge.
Some minor changes to the manpages were made in the process, mostly
focusing on correcting some of the wording. The list of maintainers has
also changed to ensure people not involved in the project anymore aren't
unnecessarily contacted for support.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 877f8a2e..d68a9a4d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,3 +16,7 @@ indent_size = 2 [Makefile] indent_style = tab + +[*.scd] +indent_style = tab +tab_width = 4 |