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

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

Issue 742003002: gn format: penalty-based line breaking WIP XXX Base URL: https://chromium.googlesource.com/chromium/src.git@gn-more-disabled
Patch Set: futzing Created 6 years, 1 month 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
« no previous file with comments | « tools/gn/command_format.cc ('k') | tools/gn/gn.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « tools/gn/command_format.cc ('k') | tools/gn/gn.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698