chore: typo fix

This commit is contained in:
ShootingStarDragons 2025-05-04 21:54:40 +09:00
parent dc81901c0a
commit 5c06c03fce

View file

@ -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"