diff options
author | 2024-06-11 16:39:10 -0700 | |
---|---|---|
committer | 2024-06-11 16:40:29 -0700 | |
commit | e77379cfe6553164e1852bcbeef4dae94dcd0537 (patch) | |
tree | 3fd78c9f35fda510e1780b94b5428dab94b431d5 /CPPLINT.cfg | |
parent | d73fbee89fab13556d7e7af0425ed819bb73749a (diff) |
CppLint: allow for 100 line length
100 is the default line length in AOSP
Bug: 311772251
Test: None
Flag: Exempt, not applicable for style
Change-Id: I68af1eb753efb0d1abc7f618a07e549ee6011871
Diffstat (limited to 'CPPLINT.cfg')
-rw-r--r-- | CPPLINT.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CPPLINT.cfg b/CPPLINT.cfg new file mode 100644 index 0000000000..fa007befbe --- /dev/null +++ b/CPPLINT.cfg @@ -0,0 +1,2 @@ +set noparent +linelength=100 |