-- ShellSpec configuration management local M = {} -- Default configuration M.defaults = { -- Auto-format on save auto_format = false, -- Indentation settings indent_size = 2, use_spaces = true, -- HEREDOC handling heredoc_patterns = { "<<[A-Z_][A-Z0-9_]*", -- <