Skip to content

Commit 52c785c

Browse files
committed
fix: fix line-length in lazygit
1 parent 5421543 commit 52c785c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.config/lazygit/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# NOTE: this is my personal config file for lazygit, the best git client
22
# INFO: commitizen integration teaked from https://github.com/jesseduffield/lazygit/issues/41 thanks
33
# to https://github.com/leikoilja
4+
5+
# yamllint disable rule:line-length
46
---
57
gui:
68
nerdFontsVersion: "3"

.yamllint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ rules:
2121
key-duplicates:
2222
forbid-duplicated-merge-keys: true
2323
line-length:
24+
max: 100
2425
allow-non-breakable-words: true
2526
allow-non-breakable-inline-mappings: true
26-
max: 100
2727
level: warning
2828
new-lines:
2929
type: unix

0 commit comments

Comments
 (0)