File: .editorconfig

package info (click to toggle)
node-jsonfile 6.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 148 kB
  • sloc: javascript: 761; sh: 7; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
root = true

[*]
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2