From 75ab1cc73fac21a65ec9d859893fe21fdf0fcf4d Mon Sep 17 00:00:00 2001
From: "Kenneth Benzie (Benie)" <benie@infektor.net>
Date: Mon, 16 Mar 2015 15:13:36 +0000
Subject: [PATCH] Add clang-format Google style to home & change vim config to
 use file

---
 clang-format.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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