File: .editorconfig

package info (click to toggle)
php-league-html-to-markdown 5.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 448 kB
  • sloc: php: 1,641; makefile: 20; xml: 15; sh: 5
file content (11 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
; top-most EditorConfig file
root = true

# All files.
[*]
end_of_line = LF
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true