Re: [dpdk-dev] [PATCH] editorconfig: bump line length to 100

2021-10-20 Thread Bruce Richardson
On Wed, Oct 20, 2021 at 04:57:41PM +0300, Andrew Rybchenko wrote: > On 10/20/21 4:48 PM, Bruce Richardson wrote: > > Since we allow line lengths of up to 100, adjust the editorconfig to use > > that value, to save editors (such as vim) from automatically wrapping > > lines at 80 characters when typ

Re: [dpdk-dev] [PATCH] editorconfig: bump line length to 100

2021-10-20 Thread Bruce Richardson
On Wed, Oct 20, 2021 at 04:57:41PM +0300, Andrew Rybchenko wrote: > On 10/20/21 4:48 PM, Bruce Richardson wrote: > > Since we allow line lengths of up to 100, adjust the editorconfig to use > > that value, to save editors (such as vim) from automatically wrapping > > lines at 80 characters when typ

Re: [dpdk-dev] [PATCH] editorconfig: bump line length to 100

2021-10-20 Thread Andrew Rybchenko
On 10/20/21 4:48 PM, Bruce Richardson wrote: > Since we allow line lengths of up to 100, adjust the editorconfig to use > that value, to save editors (such as vim) from automatically wrapping > lines at 80 characters when typing. DPDK_CHECKPATCH_LINE_LENGTH default is 80 in devtools/checkpatches.s

[dpdk-dev] [PATCH] editorconfig: bump line length to 100

2021-10-20 Thread Bruce Richardson
Since we allow line lengths of up to 100, adjust the editorconfig to use that value, to save editors (such as vim) from automatically wrapping lines at 80 characters when typing. Since python checkers all seem to expect 79 character lines max, add for python only a 79-char max line length. Signed