https://github.com/postgres/postgres
Raw File
Tip revision: bafad2c5b261a1449bed60ebac9e7918ebcc42b4 authored by Joe Conway on 21 June 2021, 21:07:55 UTC
Stamp 14beta2.
Tip revision: bafad2c
.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