Lines Matching +refs:clang +refs:format +refs:region
26 YAPF takes a different approach. It's based off of `'clang-format' <https://cl
84 runs under. Therefore, if you format Python 3 code with YAPF, run YAPF itself
241 a = 'hello {}'.format('world')
258 a = 'hello {}'.format('world')
299 that we want to format. The lines are 1-based indexed. It can be used by
777 foo = ('This is a really long string: {}, {}, {}, {}'.format(a, b, c, d))
784 .format(a, b, c, d))
883 with development. It will format things to coincide with the style guide, but
920 We wanted to use clang-format's reformatting algorithm. It's very powerful and
923 to convert to using clang-format's algorithm.
1014 decision (left hand branch) within the unbreakable region.