AutoYADM commit: 2025-02-10 16:15:05

This commit is contained in:
Daniel Fichtinger 2025-02-10 16:15:05 -05:00
parent 7d497d3b1f
commit 3c4965f3b1

View file

@ -17,6 +17,15 @@ jump-label-alphabet = "tnseriplfuwydhcxoaqz"
end-of-line-diagnostics = "hint" end-of-line-diagnostics = "hint"
# rulers = [120] # rulers = [120]
[editor.whitespace.render]
tab = "all"
space = "none"
newline = "all"
[editor.whitespace.characters]
newline = "↪"
tab = "→"
[editor.cursor-shape] [editor.cursor-shape]
insert = "bar" insert = "bar"
normal = "block" normal = "block"