mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 10:06:40 +00:00
feat(cursor/shellscript): default to 2-space indentation
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user