Skip to content

Commit 5bc7fc8

Browse files
committed
add namespace style config
1 parent 1a1c174 commit 5bc7fc8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.clangd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ CompileFlags:
99
# because CompilationDatabase field in .clangd doesn't support multiple folders to search
1010
CompilationDatabase: .vscode
1111

12+
Style:
13+
FullyQualifiedNamespaces:
14+
- std
15+
1216
InlayHints:
1317
Enabled: No
1418
BlockEnd: Yes

0 commit comments

Comments
 (0)