First Commit
This commit is contained in:
37
externals/cryptopp-cmake/.vscode/settings.json
vendored
Normal file
37
externals/cryptopp-cmake/.vscode/settings.json
vendored
Normal file
@ -0,0 +1,37 @@
|
||||
{
|
||||
"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"
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user