mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Apply yapf formatting to all Python files (issue #2171)
This commit is contained in:
@ -16,6 +16,7 @@ if sys.platform == 'win32':
|
||||
else:
|
||||
clang_format_exe = 'clang-format'
|
||||
|
||||
|
||||
def clang_format(file_name, file_contents):
|
||||
# -assume-filename is necessary to find the .clang-format file and determine
|
||||
# the language when specifying contents via stdin.
|
||||
|
Reference in New Issue
Block a user