Skip to content

Commit 06ef92b

Browse files
committed
add namespace style config
1 parent b297d47 commit 06ef92b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.clangd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ 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+
- sf
16+
1217
InlayHints:
1318
Enabled: No
1419
BlockEnd: Yes

0 commit comments

Comments
 (0)