jskinner / DefaultPackages

Old bug tracker for Sublime Text's "Default Packages", e.g. bad syntax highlighting
http://web.archive.org/web/20150524043750/https://www.sublimetext.com/forum/viewtopic.php?f=2&t=12095
26 stars 2 forks source link

reindent has incorrect behavior for multiline if statements in c #163

Open FichteFoll opened 8 years ago

FichteFoll commented 8 years ago

From @friedman101 on December 9, 2015 18:40

reindent produces this (incorrect) code indention:

if (cat &&
    dog &&
    horse){
    a
b
}

Copied from original issue: SublimeTextIssues/Core#1036