https://github.com/postgres/postgres
Raw File
Tip revision: 33d5cf65f8c97d6bf085dffecb51c6a52d1f3f0d authored by Tom Lane on 06 November 2023, 22:08:43 UTC
Stamp 14.10.
Tip revision: 33d5cf6
.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