]> git.mxchange.org Git - friendica-addons.git/blob - .editorconfig
Bump phpmailer/phpmailer from 6.1.6 to 6.5.0 in /phpmailer
[friendica-addons.git] / .editorconfig
1 # editorconfig tool configuration
2 # see http://editorconfig.org for docs
3
4 root = true
5
6 [*]
7 charset = utf-8
8 end_of_line = lf
9 trim_trailing_whitespaces = true
10 indent_style = tab