supdock 3.5.2

What's Up, Doc(ker)? A slightly more visual way to interact with the docker daemon
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

# Default ruleset for all files
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[*.{js,json,yaml,yml}]
indent_size = 2

[Makefile]
indent_style = tab
indent_size = 2