Chromium Code Reviews

Side by Side Diff: .clang-format

Issue 1600873002: [formatting] Remove the formatting requirement for 2 empty lines between declarations. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« no previous file with comments | « no previous file | tools/presubmit.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Defines the Google C++ style for automatic reformatting. 1 # Defines the Google C++ style for automatic reformatting.
2 # http://clang.llvm.org/docs/ClangFormatStyleOptions.html 2 # http://clang.llvm.org/docs/ClangFormatStyleOptions.html
3 BasedOnStyle: Google 3 BasedOnStyle: Google
4 MaxEmptyLinesToKeep: 2 4 MaxEmptyLinesToKeep: 1
OLDNEW
« no previous file with comments | « no previous file | tools/presubmit.py » ('j') | no next file with comments »

Powered by Google App Engine