Skip to content

Instantly share code, notes, and snippets.

@ekenberg
Created April 28, 2014 05:25
Show Gist options
  • Save ekenberg/11362403 to your computer and use it in GitHub Desktop.
Save ekenberg/11362403 to your computer and use it in GitHub Desktop.
web-mode indentation bug
<?php
if (true
|| true)
print "This should be indented";
?>
@ekenberg
Copy link
Author

Vanilla emacs 24.3.1 with empty .emacs.d. No other modes or features enabled, just web-mode-beta.el

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment