Lines Matching +refs:clang +refs:format +refs:region
13 YAPF is a Python formatter based on [`clang-format`](https://clang.llvm.org/docs/ClangFormat.html)
206 a = 'hello {}'.format('world')
223 a = 'hello {}'.format('world')
264 want to format. The lines are 1-based indexed. It can be used by third-party
552 > This mirrors the behavior of clang-format and is useful for forming
824 foo = ('This is a really long string: {}, {}, {}, {}'.format(a, b, c, d))
831 .format(a, b, c, d))
943 with development. It will format things to coincide with the style guide, but
978 We wanted to use clang-format's reformatting algorithm. It's very powerful and
981 to convert to using clang-format's algorithm.
1066 decision (left hand branch) within the unbreakable region.