Add editorconfig support for Postgres spec files - Mailing list pgsql-hackers

From Tristan Partin
Subject Add editorconfig support for Postgres spec files
Date
Msg-id DHUWT364KEGW.2YFYVOL3A2FTV@partin.io
Whole thread
Responses Re: Add editorconfig support for Postgres spec files
List pgsql-hackers
I was reading through some spec files today, and my editor was resolving
the tab width as 8. I looked at some of the spec files, and we seem to
have standardized on a tab width of 4 with tabs expanded into spaces.
I decided to encode this in the .editorconfig file for convenience.

PS: I am working on a tree-sitter grammar for these files. I'll probably
try to set up a TextMate grammar was well for those who use editors that
support that. I'll share that later.

--
Tristan Partin
PostgreSQL Contributors Team
AWS (https://aws.amazon.com)

Attachment

pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Add errdetail() with PID and UID about source of termination signal
Next
From: Peter Smith
Date:
Subject: Re: EXCEPT TABLE - Case inconsistency for describe \d and \dRp+