Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor(editorconfig)!: change editorconfig_enable to editorconfig | Gregory Anders | 2023-01-07 |
| | |||
* | feat(editorconfig): allow editorconfig to be toggled dynamically | Gregory Anders | 2023-01-07 |
| | | | | | | | | | Rather than only check `editorconfig_enable` when the plugin is loaded, check it each time the autocommand fires, so that users may enable or disable it dynamically. Also check for a buffer local version of the variable, so that editorconfig can be enabled or disabled per-buffer. | ||
* | test(editorconfig): add editorconfig tests | Gregory Anders | 2023-01-03 |