Disable long word wrapping entirely in comments.
authorAlex Vallée <avallee@google.com>
Fri, 27 Nov 2015 21:09:34 +0000 (16:09 -0500)
committerAlex Vallée <avallee@google.com>
Fri, 27 Nov 2015 21:09:34 +0000 (16:09 -0500)
commit97e96284a3cec71b8cf78a3bec5b525cc3e538bd
tree42c6637a8c2e732011860660ba366a49e606c9b9
parent8c18cf97ff0ff2a6347865443052913c598d7ee6
Disable long word wrapping entirely in comments.

As pointed out by nico, we should unconditionally disable breaking of
long words in comments. It is unlikely long words that are in comments
should be split (like pathnames).
misc/ninja_syntax.py
misc/ninja_syntax_test.py