]> git.ipfire.org Git - thirdparty/postgresql.git/blob - .editorconfig
Doc: fix prompt in psql crosstabview example
[thirdparty/postgresql.git] / .editorconfig
1 root = true
2
3 [*.{c,h,l,y,pl,pm}]
4 indent_style = tab
5 indent_size = tab
6 tab_width = 4
7
8 [*.{sgml,xml}]
9 indent_style = space
10 indent_size = 1
11
12 [*.xsl]
13 indent_style = space
14 indent_size = 2