This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
68f2218e1e
llvm-project
/
compiler-rt
/
lib
/
sanitizer_common
/
.clang-format
3 lines
64 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Tell clang-format that (most) sanitizers are written using Google style guide. llvm-svn: 253608
2015-11-20 06:11:10 +08:00
BasedOnStyle: Google
[sanitizer] Update .clang-format in compiler-rt Historically style is Google, but we never used AllowShortIfStatementsOnASingleLine. llvm-svn: 331829
2018-05-09 08:41:53 +08:00
AllowShortIfStatementsOnASingleLine: false