https://github.com/postgres/postgres
Raw File
Tip revision: c5dc80c1bc216f0e21a2f79f5e0415c2d4cfb35d authored by Tom Lane on 07 November 2022, 21:36:53 UTC
Stamp 15.1.
Tip revision: c5dc80c
.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