File: .editorconfig

package info (click to toggle)
node-deep-extend 0.6.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 136 kB
  • sloc: javascript: 317; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
root = true

[*]
trim_trailing_whitespace = true
indent_style = tab
end_of_line = lf
insert_final_newline = true
max_line_length = 100

[package.json]
indent_style = space
indent_size = 2

[*.md]
max_line_length = 80