mirror of
https://github.com/offen/docker-volume-backup.git
synced 2024-11-22 05:10:28 +01:00
22 lines
427 B
INI
22 lines
427 B
INI
|
# Copyright 2020 - Offen Authors <hioffen@posteo.de>
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
# 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
|