Skip to content

Commit

Permalink
Merge pull request #89 from cybertec-postgresql/editorconfig
Browse files Browse the repository at this point in the history
Import .editorconfig from PostgreSQL
  • Loading branch information
vitcpp authored Oct 24, 2023
2 parents c018b34 + 9d0c414 commit 21d9d19
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 21d9d19

Please sign in to comment.