commit a960b44261651e56ae2a8eb97426fcc5dd91d4a4
parent 68d355f756bdf6690dd6798093849da8bc526df9
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Sat, 4 May 2019 12:55:05 -0400
Set clang-format style to file
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.org b/README.org
@@ -818,8 +818,7 @@ 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
- "{BasedOnStyle: Google, ReflowComments: false}"))
+ (custom-set-variables '(clang-format-style "file"))
#+END_SRC
*** Doxygen Highlighting