Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9d0c414

Browse files
committed
Import .editorconfig from PostgreSQL
This is the very same .editorconfig file that PostgreSQL is using. postgres/postgres@ecb09cd
1 parent 4dfc663 commit 9d0c414

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.editorconfig

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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

0 commit comments

Comments
 (0)