2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-13 21:39:37 +02:00
docker/.editorconfig

29 lines
372 B
INI
Raw Normal View History

# editorconfig tool configuration
# see http://editorconfig.org for docs
root = true
[*]
charset = utf-8
end_of_line = lf
2020-06-15 00:30:25 +02:00
insert_final_newline = true
[*.md]
indent_style = tab
[*.sh]
indent_style = space
indent_size = 2
[*.yml]
indent_style = space
indent_size = 2
[*.template]
indent_style = space
indent_size = 4
[Dockerfile]
indent_style = space
indent_size = 4