Guillaume "B.B." Van Hemmen
fd7c4e87e7
Introduces `docker-volume-manager` with functionalities to backup and restore Docker volumes. Also adds an .editorconfig file to ensure consistent coding styles across the project.
11 lines
197 B
INI
11 lines
197 B
INI
# top-most EditorConfig file
|
|
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
charset = utf-8
|
|
max_line_length = 80
|
|
indent_style = space
|
|
indent_size = 2
|
|
trim_trailing_whitespace = true
|