File: .editorconfig

package info (click to toggle)
node-doctrine 3.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 380 kB
  • sloc: javascript: 5,097; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
root = true

[*]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true