mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 15:17:07 +00:00
630d24bec8
R=asiva@google.com, johnmccutchan@google.com Review URL: https://codereview.chromium.org/2483363002 .
10 lines
317 B
INI
10 lines
317 B
INI
# Do not continue looking up the directory hierarchy
|
|
# for more config files.
|
|
set noparent
|
|
|
|
# Do not limit function size. For example parts of
|
|
# the simulator are really large.
|
|
#
|
|
# Do not complain about whitespace. That is handled
|
|
# by the clang format presubmit check.
|
|
filter=-readability/fn_size,-whitespace/indent
|