Readme : Fix line breaks.

This commit is contained in:
Dmitry Voronin 2024-03-11 04:03:44 +03:00
parent 7e90a60b06
commit be39ad187b
2 changed files with 14 additions and 10 deletions

View file

@ -6,14 +6,18 @@ indent_size = 2
insert_final_newline = true insert_final_newline = true
trim_trailing_whitespace = true trim_trailing_whitespace = true
[Makefile]
indent_size = 2
[*.{nix,js}] [*.{nix,js}]
indent_size = 2 indent_size = 2
[*.lua] [*.lua]
indent_size = 4 indent_size = 4
[*.{sh,md}] [*.sh]
indent_size = 8 indent_size = 8
[Makefile]
indent_size = 2
[*.md]
indent_size = 8
trim_trailing_whitespace = false

View file

@ -4,10 +4,10 @@ This is my own custom config that I use on my GNU/Linux machines. Not meant to b
# ✂️ Shortcuts. # ✂️ Shortcuts.
[📖 Documentation](.doc). [📖 Documentation](.doc).
[🌉 Wallpaper (3440x1440)](module/common/wallpaper/Forest.jpg). [🌉 Wallpaper (3440x1440)](module/common/wallpaper/Forest.jpg).
[Bash config](module/common/bash/). [Bash config](module/common/bash/).
[Neovim config](module/common/nvim/). [Neovim config](module/common/nvim/).
[Templates](user/home/module/template/). [Templates](user/home/module/template/).
[Tmux config](module/common/tmux/). [Tmux config](module/common/tmux/).