16 lines
511 B
TOML
16 lines
511 B
TOML
[editor]
|
|
clipboard-provider = "termcode"
|
|
auto-pairs = false # defaults to `true`
|
|
insert-final-newline = false
|
|
|
|
[editor.soft-wrap]
|
|
enable = true
|
|
max-wrap = 25 # increase value to reduce forced mid-word wrapping
|
|
max-indent-retain = 0
|
|
# wrap-indicator = "" # set wrap-indicator to "" to hide it
|
|
|
|
[editor.smart-tab]
|
|
# TODO: apparently this was enabled by default in some release and now
|
|
# i can't input tabs???????? This happened on may 5th but the last update
|
|
# was 2025-07 i don't understand shit
|
|
enable = false
|