File: .editorconfig

package info (click to toggle)
php-jolicode-php-os-helper 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 148 kB
  • sloc: php: 145; xml: 20; makefile: 8
file content (10 lines) | stat: -rw-r--r-- 128 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
root = true

[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4

[*.md]
max_line_length = 80