https://github.com/postgres/postgres
Raw File
Tip revision: 20aba55fae83cd0b6f7511365d172da8cd7e0135 authored by Tom Lane on 06 February 2023, 21:42:56 UTC
Stamp 13.10.
Tip revision: 20aba55
.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