docs: update configs.md

skip-checks: true
This commit is contained in:
github-actions[bot] 2026-03-09 16:21:23 +00:00
parent d850fcd4f7
commit faa403f95f
2 changed files with 2 additions and 2 deletions

View File

@ -11089,7 +11089,7 @@ Default config:
```
- `root_markers` :
```lua
{ ".git" }
{ "slangdconfig.json", ".clang-format", ".git" }
```
---

View File

@ -8235,7 +8235,7 @@ Default config:
- filetypes: >lua
{ "hlsl", "shaderslang" }
- root_markers: >lua
{ ".git" }
{ "slangdconfig.json", ".clang-format", ".git" }
<
------------------------------------------------------------------------------