File: .editorconfig

package info (click to toggle)
phpunit 12.5.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 52,200 kB
  • sloc: php: 102,672; xml: 2,176; makefile: 107; sh: 82
file content (17 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
root = true

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

[*.yaml]
indent_size = 2

[tests/_files/*_result_cache.txt]
insert_final_newline = false

[*.phpt]
trim_trailing_whitespace = false