mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-30 18:37:15 +02:00
Merge branch 'master' of github.com:mpusz/units
This commit is contained in:
17
.gitpod.yml
17
.gitpod.yml
@ -26,8 +26,14 @@ tasks:
|
|||||||
mkdir -p "$PWD/.vscode";
|
mkdir -p "$PWD/.vscode";
|
||||||
cat << 'EOF' > "$PWD/.vscode/settings.json"
|
cat << 'EOF' > "$PWD/.vscode/settings.json"
|
||||||
{
|
{
|
||||||
|
"workbench.startupEditor": "none",
|
||||||
|
"editor.tabSize": 2,
|
||||||
|
"editor.formatOnSave": true,
|
||||||
|
"editor.bracketPairColorization.enabled": true,
|
||||||
|
"editor.guides.bracketPairs": "active",
|
||||||
"cmake.generator": "Ninja Multi-Config",
|
"cmake.generator": "Ninja Multi-Config",
|
||||||
"cmake.configureOnOpen": true,
|
"cmake.configureOnOpen": true,
|
||||||
|
"cmake.useCMakePresets": "always",
|
||||||
"cmake.options.statusBarVisibility": "visible",
|
"cmake.options.statusBarVisibility": "visible",
|
||||||
"cmake.options.advanced": {
|
"cmake.options.advanced": {
|
||||||
"testPreset": {
|
"testPreset": {
|
||||||
@ -37,13 +43,7 @@ tasks:
|
|||||||
"statusBarVisibility": "hidden"
|
"statusBarVisibility": "hidden"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"clang-format.executable": "/usr/bin/clang-format-15",
|
"clang-format.executable": "/usr/bin/clang-format-17",
|
||||||
"editor.tabSize": 2,
|
|
||||||
"editor.formatOnSave": true,
|
|
||||||
"editor.bracketPairColorization.enabled": true,
|
|
||||||
"editor.guides.bracketPairs": "active",
|
|
||||||
"restructuredtext.preview.scrollEditorWithPreview": false,
|
|
||||||
"restructuredtext.preview.scrollPreviewWithEditor": false,
|
|
||||||
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
|
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
|
||||||
"yaml.schemas": {
|
"yaml.schemas": {
|
||||||
"https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml"
|
"https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml"
|
||||||
@ -54,8 +54,7 @@ tasks:
|
|||||||
"tag:yaml.org,2002:python/name:materialx.emoji.to_svg",
|
"tag:yaml.org,2002:python/name:materialx.emoji.to_svg",
|
||||||
"tag:yaml.org,2002:python/name:materialx.emoji.twemoji",
|
"tag:yaml.org,2002:python/name:materialx.emoji.twemoji",
|
||||||
"tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format"
|
"tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format"
|
||||||
],
|
]
|
||||||
"workbench.startupEditor": "none"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
Reference in New Issue
Block a user