alpine-docker-iso/.editorconfig
2022-01-29 10:54:30 +01:00

12 lines
203 B
INI

# https://EditorConfig.org
# Top-most EditorConfig file.
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8