Skip to content

Instantly share code, notes, and snippets.

@larstobi
Created November 9, 2011 11:55
Show Gist options
  • Save larstobi/1351231 to your computer and use it in GitHub Desktop.
Save larstobi/1351231 to your computer and use it in GitHub Desktop.
Puppet TextMate Bundle Preference: Indentation
{ increaseIndentPattern = '^.*(\{|\(|:)\s*$';
decreaseIndentPattern = '^\s*(\)|\}|;)\s*$';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment