File: .editorconfig

package info (click to toggle)
node-redis 4.5.1%2B~1.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 5,552 kB
  • sloc: javascript: 1,251; makefile: 8; sh: 1
file content (9 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
# http://editorconfig.org
root = true

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