From 89aeb4a9601de42ad60410ec635108cc82e09342 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 21 Feb 2025 22:45:49 +0000 Subject: [PATCH] feat(cursor/shellscript): default to 2-space indentation --- cursor/settings.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/cursor/settings.json b/cursor/settings.json index 60cc5f8..35c75ef 100644 --- a/cursor/settings.json +++ b/cursor/settings.json @@ -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: