From be39ad187b1835c6d0472008feb746baf3ff9a66 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Mon, 11 Mar 2024 04:03:44 +0300 Subject: [PATCH] Readme : Fix line breaks. --- .editorconfig | 12 ++++++++---- Readme.md | 12 ++++++------ 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/.editorconfig b/.editorconfig index 68a794e..5fc8085 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,14 +6,18 @@ indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true -[Makefile] -indent_size = 2 - [*.{nix,js}] indent_size = 2 [*.lua] indent_size = 4 -[*.{sh,md}] +[*.sh] indent_size = 8 + +[Makefile] +indent_size = 2 + +[*.md] +indent_size = 8 +trim_trailing_whitespace = false diff --git a/Readme.md b/Readme.md index 0229f57..67c081e 100644 --- a/Readme.md +++ b/Readme.md @@ -4,10 +4,10 @@ This is my own custom config that I use on my GNU/Linux machines. Not meant to b # ✂️ Shortcuts. -[📖 Documentation](.doc). -[🌉 Wallpaper (3440x1440)](module/common/wallpaper/Forest.jpg). +[📖 Documentation](.doc). +[🌉 Wallpaper (3440x1440)](module/common/wallpaper/Forest.jpg). -[Bash config](module/common/bash/). -[Neovim config](module/common/nvim/). -[Templates](user/home/module/template/). -[Tmux config](module/common/tmux/). +[Bash config](module/common/bash/). +[Neovim config](module/common/nvim/). +[Templates](user/home/module/template/). +[Tmux config](module/common/tmux/).