mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-08 11:06:48 +00:00
- Refactored README.md - Added workflows for version export and management. - Removed src directory, following Go best practices - Added COMMANDS.md documentation Saving the AI semi-slop for now with broken states to get a snapshot. Too lazy to setup another chained repo.
28 lines
638 B
JSON
28 lines
638 B
JSON
{
|
|
"cSpell.enabled": false,
|
|
"editor.rulers": [
|
|
100
|
|
],
|
|
"editor.wordWrapColumn": 100,
|
|
"[go]": {
|
|
"editor.defaultFormatter": "trunk.io",
|
|
"editor.formatOnSave": true
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "vscode.json-language-features",
|
|
"editor.formatOnSave": true
|
|
},
|
|
"[jsonc]": {
|
|
"editor.defaultFormatter": "vscode.json-language-features",
|
|
"editor.formatOnSave": true
|
|
},
|
|
"[shell]": {
|
|
"editor.defaultFormatter": "trunk.io",
|
|
"editor.formatOnSave": true
|
|
},
|
|
"[yaml]": {
|
|
"editor.defaultFormatter": "trunk.io",
|
|
"editor.formatOnSave": true
|
|
},
|
|
"editor.formatOnSave": true
|
|
} |