mirror of https://github.com/docker/docker-py.git
Add EditorConfig to the repo.
Signed-off-by: Antonis Kalipetis <akalipetis@gmail.com>
This commit is contained in:
parent
5cfd2da448
commit
7e2ec1ac6b
|
@ -0,0 +1,11 @@
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
max_line_length = 80
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
trim_trailing_whitespace = false
|
Loading…
Reference in New Issue