https://github.com/postgres/postgres
Raw File
Tip revision: 4bc493d14409857090928ea51c02a20aba8db364 authored by Tom Lane on 08 August 2022, 20:45:58 UTC
Stamp 13.8.
Tip revision: 4bc493d
.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