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

This commit is contained in:
2025-02-21 22:45:49 +00:00
parent a473270a3e
commit 81eeee60d0

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: