Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Side by Side Diff: tools/gn/format_test_data/032.gn

Issue 748863003: gn format: penalty-based scheme for line breaking (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-more-disabled
Patch Set: . Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Make sure continued conditions are aligned. 1 # Make sure continued conditions are aligned.
2 if (something) { 2 if (something) {
3 if (false) { 3 if (false) {
4 } else if (is_linux && !is_android && cpu_arch == "x64" && !disable_iterator_d ebugging) { 4 } else if (is_linux && !is_android && cpu_arch == "x64" && !disable_iterator_d ebugging) {
5 }
5 } 6 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698