Skip to content

Commit

Permalink
Import .editorconfig from PostgreSQL
Browse files Browse the repository at this point in the history
This is the very same .editorconfig file that PostgreSQL is using.

postgres/postgres@ecb09cd
  • Loading branch information
df7cb committed Oct 24, 2023
1 parent 4dfc663 commit 9d0c414
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
root = true

[*.{c,h,l,y,pl,pm}]
indent_style = tab
indent_size = tab
tab_width = 4

[*.{sgml,xml}]
indent_style = space
indent_size = 1

[*.xsl]
indent_style = space
indent_size = 2

0 comments on commit 9d0c414

Please sign in to comment.