File: .editorconfig

package info (click to toggle)
php-phpdocumentor-type-resolver 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,684 kB
  • sloc: php: 27,998; xml: 102; makefile: 47
file content (12 lines) | stat: -rw-r--r-- 172 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[*.yml]
indent_size = 2