Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add note to readme warning about infinite recursion | Frank Seifferth | 2022-03-15 | 1 | -2/+9 |
| | |||||
* | Update repo url in readme | Frank Seifferth | 2022-02-12 | 1 | -1/+1 |
| | |||||
* | Revert "Allow setting arbitrary options via 'vis_*' keys" | Frank Seifferth | 2021-10-07 | 1 | -25/+0 |
| | | | | | | | | This reverts commit 556370f35d4486ad01d549a7f6ff24618a547908. It looks like nobody is interested in using 'vis_*' keys. If that changes, drop me a note to revert the revert. Until then, not having this feature seems to be the cleaner way. | ||||
* | Add spell_language | Frank Seifferth | 2021-10-07 | 1 | -0/+6 |
| | | | | | This is not part of the editorconfig specs, but has been proposed (cf. https://github.com/editorconfig/editorconfig/issues/315). | ||||
* | Allow setting arbitrary options via 'vis_*' keys | Frank Seifferth | 2021-10-07 | 1 | -0/+25 |
| | |||||
* | Adjust original README.md a little for consistency | Frank Seifferth | 2021-05-11 | 1 | -2/+3 |
| | |||||
* | Deactivate pre-save-hooks by default (including docs in readme) | Frank Seifferth | 2021-05-11 | 1 | -0/+59 |
| | |||||
* | Update to editorconfig-core-lua v0.3.0 | Frank Seifferth | 2019-10-09 | 1 | -1/+1 |
| | | | | | | | | | The lua module has been renamed to editorconfig in v0.3.0.[1] The rename could trigger a naming conflict with the `editorconfig.lua` module in vis. This commit includes a rename of the script to `edconf.lua` to prevent the naming conflict. [1]: https://github.com/editorconfig/editorconfig-core-lua/commit/3393dcf59cdc9e86102a56b2cd4b7aca60f45cee | ||||
* | Add installation of editorconfig-core to instructions | Samadi van Koten | 2019-07-19 | 1 | -0/+2 |
| | | | | Closes #3 | ||||
* | Create an editorconfig plugin for vis | Samadi van Koten | 2018-02-06 | 1 | -0/+14 |