feat(cursor/shellscript): default to 2-space indentation

This commit is contained in:
2025-02-21 22:45:49 +00:00
parent 144de73855
commit 89aeb4a960

View File

@@ -214,6 +214,22 @@
},
//
// ===========================================================================
// Shellscript
// ===========================================================================
//
"[shellscript]": {
"editor.tabSize": 2,
"editor.insertSpaces": true
},
"[sh]": {
"editor.tabSize": 2,
"editor.insertSpaces": true
},
"[zsh]": {
"editor.tabSize": 2,
"editor.insertSpaces": true
},
// ===========================================================================
// YAML
// ===========================================================================
// Extensions: