https://github.com/postgres/postgres
Raw File
Tip revision: 6e55ea79faa56db85a2b6c5bf94cee8acf8bfdb8 authored by Tom Lane on 05 September 2022, 21:12:45 UTC
Stamp 15beta4.
Tip revision: 6e55ea7
.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