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