Re: [PATCH v3 0/2] EditorConfig file

2018-10-08 Thread Taylor Blau
On Mon, Oct 08, 2018 at 10:03:51PM +, brian m. carlson wrote: > This series introduces an EditorConfig file to help developers using any > editor set their editor's settings in conformance with the Git Project's > settings. This is helpful for developers who work on different projects > with d

[PATCH v3 0/2] EditorConfig file

2018-10-08 Thread brian m. carlson
This series introduces an EditorConfig file to help developers using any editor set their editor's settings in conformance with the Git Project's settings. This is helpful for developers who work on different projects with different indentation standards to keep their work in sync. Changes since