File: .editorconfig

package info (click to toggle)
node-rollup-plugin-node-resolve 15.2.3%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,348 kB
  • sloc: javascript: 2,621; makefile: 10
file content (20 lines) | stat: -rw-r--r-- 301 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# editorconfig.org
root = true

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

[*.md]
insert_final_newline = true
trim_trailing_whitespace = false

[README.md]
max_line_length = 170

[*.yml]
max_line_length = 500