Skip to content

Commit e6390fc

Browse files
committed
Use upstream PostgreSQL editorconfig
1 parent 2a102e0 commit e6390fc

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.editorconfig

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
root = true
22

3-
[*]
4-
end_of_line = lf
5-
insert_final_newline = true
6-
charset = utf-8
7-
8-
[*.{c,h}]
3+
[*.{c,h,l,y,pl,pm}]
94
indent_style = tab
10-
indent_size = 4
5+
indent_size = tab
6+
tab_width = 4
117

12-
[Makefile]
13-
indent_style = tab
8+
[*.{sgml,xml}]
9+
indent_style = space
10+
indent_size = 1
11+
12+
[*.xsl]
13+
indent_style = space
14+
indent_size = 2

0 commit comments

Comments
 (0)