We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5421543 commit 52c785cCopy full SHA for 52c785c
2 files changed
.config/lazygit/config.yml
@@ -1,6 +1,8 @@
1
# NOTE: this is my personal config file for lazygit, the best git client
2
# INFO: commitizen integration teaked from https://github.com/jesseduffield/lazygit/issues/41 thanks
3
# to https://github.com/leikoilja
4
+
5
+# yamllint disable rule:line-length
6
---
7
gui:
8
nerdFontsVersion: "3"
.yamllint.yaml
@@ -21,9 +21,9 @@ rules:
21
key-duplicates:
22
forbid-duplicated-merge-keys: true
23
line-length:
24
+ max: 100
25
allow-non-breakable-words: true
26
allow-non-breakable-inline-mappings: true
- max: 100
27
level: warning
28
new-lines:
29
type: unix
0 commit comments