https://github.com/postgres/postgres
Raw File
Tip revision: b3b2bf3b9cc1f31170d3b4e21cb6ac0cf24bf90a authored by Tom Lane on 05 February 2024, 21:47:02 UTC
Stamp 13.14.
Tip revision: b3b2bf3
.editorconfig
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
back to top