]> git.mxchange.org Git - friendica-addons.git/blob - .editorconfig
Adapt .editorconfig for PHPStorm
[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 indent_style = tab
10 trim_trailing_whitespace = true
11 insert_final_newline = true
12
13 [*.yml]
14 indent_style = space
15 indent_size = 2
16
17 [composer.json]
18 indent_size = tab