setup: clangd config file for c++20 linter and added build files to
gitignore
This commit is contained in:
5
.clangd
Normal file
5
.clangd
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
If:
|
||||||
|
PathMatch: .*\.hpp
|
||||||
|
|
||||||
|
CompileFlags:
|
||||||
|
Add: [-std=c++20]
|
||||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
build
|
||||||
Reference in New Issue
Block a user