Files
Lucina3DS/externals/cryptopp-cmake/.vscode/settings.json
2025-02-06 22:24:29 +08:00

37 lines
932 B
JSON

{
"editor.rulers": [
80,
100
],
"rewrap.wrappingColumn": 80,
"rewrap.autoWrap.enabled": true,
"editor.detectIndentation": false,
"editor.formatOnPaste": false,
"editor.formatOnSave": true,
"git.autofetch": true,
"git.confirmSync": false,
"git.enableSmartCommit": true,
"editor.bracketPairColorization.enabled": true,
"workbench.colorCustomizations": {
"[Default Dark+]": {
"editorBracketHighlight.foreground3": "#9CDCFE"
}
},
"cmake.configureOnOpen": true,
"cmake.preferredGenerators": [
"Ninja"
],
"cmake.configureArgs": [
"-DCMAKE_INSTALL_PREFIX=${workspaceFolder}/build/install",
"-DCMAKE_VERBOSE_MAKEFILE=ON"
],
"rewrap.reformat": true,
"search.exclude": {
"**/.idea": true,
"**/out": true
},
"cSpell.words": [
"cmake",
"pkgconfig"
],
}