mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
25 lines
841 B
JSON
25 lines
841 B
JSON
{
|
|
"clock.alignment": "Right",
|
|
"clock.format": "yyyy-mm-dd HH:MM",
|
|
"files.trimFinalNewlines": true,
|
|
"markdown.extension.toc.levels": "2..6",
|
|
"redhat.telemetry.enabled": false,
|
|
"settingsSync.ignoredExtensions": [
|
|
"casualjim.gotemplate",
|
|
"golang.go"
|
|
],
|
|
"telemetry.telemetryLevel": "off",
|
|
"terminal.integrated.cursorBlinking": true,
|
|
"terminal.integrated.cursorStyle": "line",
|
|
"terminal.integrated.defaultProfile.osx": "zsh",
|
|
"terminal.integrated.scrollback": 100000,
|
|
"[markdown]": {
|
|
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
|
|
},
|
|
"editor.copyWithSyntaxHighlighting": false,
|
|
"extensions.autoUpdate": false,
|
|
"files.insertFinalNewline": true,
|
|
"markdown.extension.orderedList.marker": "one",
|
|
"markdown.extension.toc.orderedList": true
|
|
}
|