File: .editorconfig

package info (click to toggle)
node-source-map-resolve 0.6.0%2B~cs2.7.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 356 kB
  • sloc: javascript: 1,873; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 190 bytes parent folder | download | duplicates (103)
1
2
3
4
5
6
7
8
9
10
11
12
root = true

[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[{package.json,*.yml}]
indent_style = space
indent_size = 2