mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2026-03-07 00:12:32 +00:00
23 lines
722 B
JSON
23 lines
722 B
JSON
{
|
|
"editor.defaultFormatter": "trunk.io",
|
|
"editor.detectIndentation": false,
|
|
"editor.formatOnPaste": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnType": true,
|
|
"editor.rulers": [100],
|
|
"editor.tabSize": 2,
|
|
"editor.wordWrap": "wordWrapColumn",
|
|
"editor.wordWrapColumn": 100,
|
|
"editor.wrappingIndent": "indent",
|
|
"editor.insertSpaces": true,
|
|
"files.insertFinalNewline": true,
|
|
"files.trimFinalNewlines": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
"git.ignoreLimitWarning": true,
|
|
"git.enableSmartCommit": true,
|
|
"gitlens.advanced.fileHistoryFollowsRenames": true,
|
|
"gitlens.codeLens.enabled": false,
|
|
"terminal.integrated.scrollback": 100000,
|
|
"workbench.list.horizontalScrolling": true
|
|
}
|