From 94a1c27916a19af4eb5a57baa22a3a529765c4a2 Mon Sep 17 00:00:00 2001 From: stk Date: Sun, 30 Jun 2024 11:11:17 +0200 Subject: [PATCH] Normalize line endings of docs/README.md For some reason this was checked in with CRLF line endings; change it to just LF, like all other text files. --- docs/README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/README.md b/docs/README.md index d840637a0..1bc0bb6be 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,11 +1,11 @@ -# Documentation Overview - -* [Configuration](./Config.md). -* [Custom Commands](./Custom_Command_Keybindings.md) -* [Custom Pagers](./Custom_Pagers.md) -* [Dev docs](./dev) -* [Keybindings](./keybindings) -* [Undo/Redo](./Undoing.md) -* [Range Select](./Range_Select.md) -* [Searching/Filtering](./Searching.md) -* [Stacked Branches](./Stacked_Branches.md) +# Documentation Overview + +* [Configuration](./Config.md). +* [Custom Commands](./Custom_Command_Keybindings.md) +* [Custom Pagers](./Custom_Pagers.md) +* [Dev docs](./dev) +* [Keybindings](./keybindings) +* [Undo/Redo](./Undoing.md) +* [Range Select](./Range_Select.md) +* [Searching/Filtering](./Searching.md) +* [Stacked Branches](./Stacked_Branches.md)