Skip to content

Instantly share code, notes, and snippets.

@cb1kenobi
Created October 20, 2014 21:07
Show Gist options
  • Save cb1kenobi/97253db17e46f814be86 to your computer and use it in GitHub Desktop.
Save cb1kenobi/97253db17e46f814be86 to your computer and use it in GitHub Desktop.
Coda 2 vs Coda 2.5 indentation
Say you are editing an HTML file.
In Coda 2, if you type "<style>" and ENTER, the cursor lines up with the "<". If you type "foo {" and hit ENTER, the cursor lines up with "f".
In Coda 2.5, if you type "<style>" and ENTER, the cursor is tabbed in 1 level from the "<". Generally this is what you want. If you type "foo {" and hit ENTER, the cursor again is tabbed in 1 level from the "foo". The biggest annoyance is if I type "}", it doesn't automatically outdent.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment