Store some kind of option set in the state #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is where things like tab size and line separators would go, which need a single value that can be a source of truth for various pieces of code. I assume updating options would be a kind of transaction.
I've decided to only store two pre-defined options,
tabSizeandlineSeparatorin the state, and do extension via state slots and accessors.