File: .editorconfig

package info (click to toggle)
node-detect-file 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 116 kB
  • sloc: javascript: 107; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 261 bytes parent folder | download | duplicates (118)
1
2
3
4
5
6
7
8
9
10
11
12
13
root = true

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

[{**/{actual,fixtures,expected,templates}/**,*.md}]
trim_trailing_whitespace = false
insert_final_newline = false