[all-commits] [llvm/llvm-project] f349cc: clang-format: Add a fallback style to Emacs mode
MyDeveloperDay via All-commits
all-commits at lists.llvm.org
Wed Nov 6 00:51:16 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f349cc37cc485fd5fc7b34cb84053af459337ecc
https://github.com/llvm/llvm-project/commit/f349cc37cc485fd5fc7b34cb84053af459337ecc
Author: paulhoad <mydeveloperday at gmail.com>
Date: 2019-11-06 (Wed, 06 Nov 2019)
Changed paths:
M clang/tools/clang-format/clang-format.el
Log Message:
-----------
clang-format: Add a fallback style to Emacs mode
Summary:
This allows one to enable `clang-format-buffer` on file save and avoid
reformatting files that are outside of any project with .clang-format style.
Reviewers: djasper, klimek, sammccall, owenpan, mitchell-stellar, MyDeveloperDay
Reviewed By: MyDeveloperDay
Subscribers: cfe-commits
Patch By: dottedmag
Tags: #clang, #clang-format
Differential Revision: https://reviews.llvm.org/D69752
More information about the All-commits
mailing list