1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-10-04 01:08:51 +03:00

Add editorconfig

This commit is contained in:
François Pietka 2017-07-27 13:12:53 +02:00
parent 1a2932ec04
commit ab487cdacf
No known key found for this signature in database
GPG Key ID: 6EBE6B5C5C1B1B59

15
.editorconfig Normal file
View File

@ -0,0 +1,15 @@
# editorconfig.org
# Get your text editor plugin at:
# http://editorconfig.org/#download
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[travis.yml]
indent_size = 2