mirror of
https://github.com/dbcli/pgcli.git
synced 2024-11-23 11:14:07 +03:00
Add editorconfig
This commit is contained in:
parent
1a2932ec04
commit
ab487cdacf
15
.editorconfig
Normal file
15
.editorconfig
Normal 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
|
Loading…
Reference in New Issue
Block a user