Skip to content

Commit

Permalink
Use upstream PostgreSQL editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
kovmir committed Feb 13, 2024
1 parent 2a102e0 commit e6390fc
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8

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

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

[*.xsl]
indent_style = space
indent_size = 2

0 comments on commit e6390fc

Please sign in to comment.