commit f6af7ab05d5223919f59f318976dc2e6003b6541
parent b3bf4a1f25ee371604589483c82b7bd27c177a97
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Mon, 22 Apr 2019 23:04:01 -0400
Update clang-format style
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
@@ -818,7 +818,8 @@ Install and set hot keys for formatting.
**** Set code style
Use Google's C++ style.
#+BEGIN_SRC emacs-lisp
- (custom-set-variables '(clang-format-style "Google"))
+ (custom-set-variables '(clang-format-style
+ "{BasedOnStyle: Google, ReflowComments: false}"))
#+END_SRC
*** Doxygen Highlighting