Fix EOL character in .editorconfig and update docker-compose

This commit is contained in:
Antonis Kalipetis 2016-12-28 18:48:24 +02:00
parent b2e257bf37
commit a4c958c54f
No known key found for this signature in database
GPG Key ID: 15691170DA0396BB
2 changed files with 10 additions and 9 deletions

View File

@ -5,6 +5,7 @@ indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf
[*.{j,t}s]
max_line_length = 100