docker-volume-manager/.editorconfig
Guillaume "B.B." Van Hemmen fd7c4e87e7
#0000 - Add docker-volume-manager command and .editorconfig
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.
2024-08-08 06:56:00 +02:00

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