mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore: use example files as examples
This commit is contained in:
76
examples/vscode/settings.json
Normal file
76
examples/vscode/settings.json
Normal file
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"[json]": {
|
||||
"editor.detectIndentation": false,
|
||||
"editor.insertSpaces": true,
|
||||
"editor.tabSize": 4
|
||||
},
|
||||
"[markdown]": {
|
||||
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
|
||||
},
|
||||
"[python]": {
|
||||
"editor.detectIndentation": false,
|
||||
"editor.insertSpaces": true,
|
||||
"editor.tabSize": 4
|
||||
},
|
||||
"[shellscript]": {
|
||||
"editor.detectIndentation": false,
|
||||
"editor.insertSpaces": false,
|
||||
"editor.tabSize": 8
|
||||
},
|
||||
"[ssh_config]": {
|
||||
"editor.detectIndentation": false,
|
||||
"editor.insertSpaces": false,
|
||||
"editor.tabSize": 4
|
||||
},
|
||||
"[terraform]": {
|
||||
"editor.detectIndentation": false,
|
||||
"editor.insertSpaces": true,
|
||||
"editor.tabSize": 2
|
||||
},
|
||||
"[yaml]": {
|
||||
"editor.detectIndentation": false,
|
||||
"editor.insertSpaces": true,
|
||||
"editor.tabSize": 2
|
||||
},
|
||||
"clock.alignment": "Right",
|
||||
"clock.format": "yyyy-mm-dd HH:MM",
|
||||
"editor.copyWithSyntaxHighlighting": false,
|
||||
"editor.detectIndentation": true,
|
||||
"editor.indentSize": "tabSize",
|
||||
"extensions.autoCheckUpdates": true,
|
||||
"extensions.autoUpdate": true,
|
||||
"files.insertFinalNewline": true,
|
||||
"files.trimFinalNewlines": true,
|
||||
"git.autofetch": true,
|
||||
"json.schemas": [
|
||||
{
|
||||
"fileMatch": ["/.commitlintrc"],
|
||||
"url": "https://json.schemastore.org/commitlintrc.json"
|
||||
},
|
||||
{
|
||||
"fileMatch": ["/.hadolint.yaml"],
|
||||
"url": "https://raw.githubusercontent.com/hadolint/hadolint/master/contrib/hadolint.json"
|
||||
},
|
||||
{
|
||||
"fileMatch": ["/.pre-commit-config.yaml"],
|
||||
"url": "https://json.schemastore.org/pre-commit-config.json"
|
||||
},
|
||||
{
|
||||
"fileMatch": ["/.yamllint.yaml"],
|
||||
"url": "https://json.schemastore.org/yamllint.json"
|
||||
}
|
||||
],
|
||||
"markdown.extension.orderedList.autoRenumber": false,
|
||||
"markdown.extension.orderedList.marker": "one",
|
||||
"markdown.extension.toc.levels": "2..6",
|
||||
"markdown.extension.toc.orderedList": true,
|
||||
"redhat.telemetry.enabled": false,
|
||||
"settingsSync.ignoredExtensions": [
|
||||
"casualjim.gotemplate",
|
||||
"golang.go"
|
||||
],
|
||||
"telemetry.telemetryLevel": "off",
|
||||
"terminal.integrated.cursorBlinking": true,
|
||||
"terminal.integrated.cursorStyle": "line",
|
||||
"terminal.integrated.scrollback": 100000
|
||||
}
|
||||
Reference in New Issue
Block a user