mirror of
https://github.com/friendica/docker
synced 2024-11-05 22:51:52 +01:00
Philipp Holzer
6ea2875ebf
- Added develop images (apache, fpm, fpm-alpine) - Added stable images 3.6 (apache, fpm, fpm-alpine) - Added .travis.yml for testing
10 lines
175 B
INI
10 lines
175 B
INI
# editorconfig tool configuration
|
|
# see http://editorconfig.org for docs
|
|
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
trim_trailing_whitespaces = true
|
|
indent_style = tab |