Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Side by Side Diff: runtime/CPPLINT.cfg

Issue 2483363002: clang-formats remaining files and adds a presubmit check. (Closed)
Patch Set: Format include file Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « DEPS ('k') | runtime/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 # Do not continue looking up the directory hierarchy 1 # Do not continue looking up the directory hierarchy
2 # for more config files. 2 # for more config files.
3 set noparent 3 set noparent
4 4
5 # Do not limit function size. For example parts of 5 # Do not limit function size. For example parts of
6 # the simulator are really large. 6 # the simulator are really large.
7 filter=-readability/fn_size 7 #
8 # Do not complain about whitespace. That is handled
9 # by the clang format presubmit check.
10 filter=-readability/fn_size,-whitespace/indent
OLDNEW
« no previous file with comments | « DEPS ('k') | runtime/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698