https://github.com/postgres/postgres
Raw File
Tip revision: 6ed83d5fa55cf6e6c9d1be34ec10730c48eba763 authored by David Rowley on 07 April 2024, 12:32:26 UTC
Use bump memory context for tuplesorts
Tip revision: 6ed83d5
.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