Files
docker-cli/components/engine/contrib/editorconfig
Carlos Alexandro Becker 4cc0262d8c added editorconfig
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
Upstream-commit: 962f3479239b2dd5bfd960bc3a35199a49371d8e
Component: engine
2016-10-20 22:18:16 -02:00

14 lines
190 B
Plaintext

root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
[*.md]
indent_size = 2
indent_style = space