Re: [PATCH v2 1/1] editorconfig: introduce .editorconfig

2023-03-02 Thread Fabio Estevam
Hi Dzmitry, On Wed, Mar 1, 2023 at 7:44 AM Dzmitry Sankouski wrote: > > Current process of sending patches includes running checkpatch.pl > script for each patch, and fixing found style problems. > EditorConfig may help to prevent some style related problems > (like spaces vs tab indentation) on

Re: [PATCH v2 1/1] editorconfig: introduce .editorconfig

2023-03-02 Thread Tom Rini
On Thu, Mar 02, 2023 at 06:00:43PM +0300, Dzmitry Sankouski wrote: > ср, 1 мар. 2023 г. в 18:58, Tom Rini : > > > > On Wed, Mar 01, 2023 at 01:43:38PM +0300, Dzmitry Sankouski wrote: > > > Current process of sending patches includes running checkpatch.pl > > > script for each patch, and fixing foun

Re: [PATCH v2 1/1] editorconfig: introduce .editorconfig

2023-03-02 Thread Dzmitry Sankouski
ср, 1 мар. 2023 г. в 18:58, Tom Rini : > > On Wed, Mar 01, 2023 at 01:43:38PM +0300, Dzmitry Sankouski wrote: > > Current process of sending patches includes running checkpatch.pl > > script for each patch, and fixing found style problems. > > EditorConfig may help to prevent some style related pro

Re: [PATCH v2 1/1] editorconfig: introduce .editorconfig

2023-03-01 Thread Tom Rini
On Wed, Mar 01, 2023 at 01:43:38PM +0300, Dzmitry Sankouski wrote: > Current process of sending patches includes running checkpatch.pl > script for each patch, and fixing found style problems. > EditorConfig may help to prevent some style related problems > (like spaces vs tab indentation) on the f

[PATCH v2 1/1] editorconfig: introduce .editorconfig

2023-03-01 Thread Dzmitry Sankouski
Current process of sending patches includes running checkpatch.pl script for each patch, and fixing found style problems. EditorConfig may help to prevent some style related problems (like spaces vs tab indentation) on the fly. Reviewed-by: Simon Glass --- Changes for v2: - add section in coding