Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use american spelling for config | Aleksey Kladov | 2021-01-07 | 1 | -1/+1 |
| | | | | | | | | As per https://github.com/rust-analyzer/rust-analyzer/blob/171c3c08fe245938fb25321394233de5fe2abc7c/docs/dev/style.md#variable-naming Also implement config aliasing, for pain-free settings migrations in the future | ||||
* | More maintainable config | Aleksey Kladov | 2021-01-06 | 1 | -0/+2 |
| | | | | | | | Rather than eagerly converting JSON, we losslessly keep it as is, and change the shape of user-submitted data at the last moment. This also allows us to remove a bunch of wrong Defaults | ||||
* | Allow `#anchor` linking of config options | Aleksey Kladov | 2021-01-05 | 1 | -53/+53 |
| | |||||
* | Clean up descriptions for settings | RĂ¼diger Herrmann | 2020-12-22 | 1 | -13/+13 |
| | | | | | | | | | | | | Use two consecutive newlines (`\n\n`) to actually continue text on a new line. Use proper markup to reference related settings. Consistently format references to files, editor commands, command line arguments, files, etc. as `code`. Fix typos, add missing full-stops, add missing default values. | ||||
* | Include config into the manual | Aleksey Kladov | 2020-12-09 | 1 | -0/+106 |