2
0
mirror of https://github.com/offen/docker-volume-backup.git synced 2025-01-11 08:40:21 +01:00
docker-volume-backup/.editorconfig

19 lines
335 B
INI

# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false
[*.go]
indent_style = tab