https://github.com/postgres/postgres
Raw File
Tip revision: e4f9737fac77a5cb03a84d1f4038d300ffd28afd authored by Tom Lane on 17 May 2021, 20:11:18 UTC
Stamp 14beta1.
Tip revision: e4f9737
.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