Add clang-format Google style to home & change vim config to use file

This commit is contained in:
Kenneth Benzie 2015-03-16 15:13:36 +00:00
parent 284876a514
commit 75ab1cc73f

View File

@ -30,7 +30,7 @@ binary = 'clang-format'
# 'clang-format --help' for a list of supported styles. The default looks for # '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 # a '.clang-format' or '_clang-format' file to indicate the style that should be
# used. # used.
style = 'Google' style = 'file'
# Get the current text. # Get the current text.
buf = vim.current.buffer buf = vim.current.buffer