File: .editorconfig

package info (click to toggle)
node-rollup-plugin-babel 6.0.3%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,044 kB
  • sloc: javascript: 703; sh: 12; makefile: 7
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