OLD | NEW |
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 |
OLD | NEW |