Skip to content
Extraits de code Groupes Projets
Vérifiée Valider b7bb13c9 rédigé par Kubat's avatar Kubat
Parcourir les fichiers

MISC: Add sample configuration files

parent ca227dd2
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!3Add documents
If: # Apply this config conditionally
PathMatch: .*\.h # to all headers...
CompileFlags: # Tweak the parse settings
Add: [-xc++, -Wall] # treat all files as C++, enable more warnings
# CMake stuff
Violet
Violet_autogen/*
Vivy
Vivy_autogen/*
compile_commands.json
CMakeCache.txt CMakeCache.txt
CMakeFiles/* CMakeFiles/*
Makefile Makefile
Violet
Violet_autogen/*
cmake_install.cmake cmake_install.cmake
.cache/* .cache/*
Debug/* Debug/*
compile_commands.json
# Build folder
build/* build/*
# Local configurations
.vim/*
-isystem
/usr/local/include
-isystem
/usr/include/x86_64-linux-gnu
-isystem
/usr/include/x86_64-linux-gnu/qt5/QtCore
-isystem
/usr/include/x86_64-linux-gnu/qt5/QtWidgets
-isystem
/usr/include
-I
./inc
./build/Vivy_autogen/include
-std=c++20
-fPIC
-D__linux__
{
"languageserver": {
"clangd": {
"command": "clangd",
"rootPatterns": ["compile_commands.json"],
"filetypes": ["c", "cpp", "objc", "objcpp"]
}
},
"clangd.semanticHighlighting": true
}
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter