friendica-docker/.editorconfig

29 wiersze
372 B
INI
Czysty Zwykły widok Historia

# editorconfig tool configuration
# see http://editorconfig.org for docs
root = true
[*]
charset = utf-8
end_of_line = lf
2020-06-14 22:30:25 +00: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