mirror of
https://github.com/neocmakelsp/neocmakelsp.git
synced 2025-07-07 21:35:16 +00:00
chore: typo fix
This commit is contained in:
parent
dc81901c0a
commit
5c06c03fce
1 changed files with 3 additions and 3 deletions
|
@ -174,9 +174,9 @@ To use `neocmakelsp` with eglot:
|
|||
|
||||
Lint is controlled by a configuration file. The configuration file can be at the project level (the file named `.neocmakelint.toml` located in the root of the project) or at the user level (when project-level configuration is not found). The user-level configuration file differs across different operating systems:
|
||||
|
||||
* Linux: `$XDG_CONFIG_HOME/neocmmakelsp/lint.toml` or `$HOME/.config/neocmmakelsp/lint.toml`
|
||||
* macOS: `$HOME/Library/Application Support/neocmmakelsp/lint.toml`
|
||||
* Windows: `{FOLDERID_RoamingAppData}/neocmmakelsp/lint.toml`
|
||||
* Linux: `$XDG_CONFIG_HOME/neocmakelsp/lint.toml` or `$HOME/.config/neocmakelsp/lint.toml`
|
||||
* macOS: `$HOME/Library/Application Support/neocmakelsp/lint.toml`
|
||||
* Windows: `{FOLDERID_RoamingAppData}/neocmakelsp/lint.toml`
|
||||
|
||||
```toml
|
||||
command_upcase = "ignore" # "lowercase", "upcase"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue