diff --git a/clang-format.py b/clang-format.py index 16348c7..f5a5756 100644 --- a/clang-format.py +++ b/clang-format.py @@ -30,7 +30,7 @@ binary = 'clang-format' # 'clang-format --help' for a list of supported styles. The default looks for # a '.clang-format' or '_clang-format' file to indicate the style that should be # used. -style = 'Google' +style = 'file' # Get the current text. buf = vim.current.buffer