Lines Matching refs:style_config
43 unformatted_code, style_config='chromium')
95 formatted_code, _, _ = yapf_api.FormatFile(filepath, style_config='pep8')
99 filepath, style_config='chromium')
120 formatted_code, _, _ = yapf_api.FormatFile(filepath, style_config='pep8')
143 formatted_code, _, _ = yapf_api.FormatFile(filepath, style_config='pep8')
171 formatted_code, _, _ = yapf_api.FormatFile(filepath, style_config='pep8')
187 formatted_code, _, _ = yapf_api.FormatFile(filepath, style_config='pep8')
214 filepath, style_config='pep8', lines=[(1, 2)])
217 filepath, style_config='pep8', lines=[(3, 3)])
267 formatted_code, _, _ = yapf_api.FormatFile(filepath, style_config='pep8')
278 formatted_code, _, _ = yapf_api.FormatFile(filepath, style_config='pep8')
297 formatted_code, _, _ = yapf_api.FormatFile(filepath, style_config='pep8')
315 formatted_code, _, _ = yapf_api.FormatFile(filepath, style_config='pep8')
324 formatted_code, _, _ = yapf_api.FormatFile(filepath, style_config='pep8')
344 filepath, style_config='chromium')
364 filepath, style_config='chromium')
371 filepath, style_config='chromium')
1377 unformatted_code, style_config=style.SetGlobalStyle(self._OwnStyle()))