pgsql: Add .editorconfig - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Add .editorconfig
Date
Msg-id E1ihUTN-0001ZT-2m@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add .editorconfig

The main use right now is getting properly spaced diff views on
GitHub, but perhaps this will also help developers with editors that
we currently don't have setup recipes for.

The settings mirror mostly what's currently in .dir-locals.el.

Discussion: https://www.postgresql.org/message-id/flat/273cb788-bbb2-ff34-ad6f-5192b44e5049%402ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ecb09cd5de5279ab9cfa20a58fd3da44f7df5779

Modified Files
--------------
.editorconfig | 14 ++++++++++++++
1 file changed, 14 insertions(+)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix compiler warning in non-assert builds
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: Refactor attribute mappings used in logical tupleconversion