Readme : Fix line breaks.
This commit is contained in:
parent
7e90a60b06
commit
be39ad187b
|
@ -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
|
||||
|
|
12
Readme.md
12
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/).
|
||||
|
|
Loading…
Reference in a new issue