xref: /plugin/farmer/vendor/splitbrain/php-ico/.editorconfig (revision c609f1dcc91a56df760d51ba92f6e25b7289002c)
1root = true
2
3[*]
4indent_style = space
5indent_size = 2
6end_of_line = lf
7charset = utf-8
8trim_trailing_whitespace = true
9insert_final_newline = true
10
11[*.php]
12indent_size = 4
13
14[*.json]
15indent_size = 4
16
17[composer.lock]
18indent_size = 4
19
20[phpunit.xml.dist]
21indent_size = 4
22