File: .editorconfig

package info (click to toggle)
node-ava 5.3.1%2Bdfsg%2B~cs46.3.10-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,636 kB
  • sloc: javascript: 19,247; sh: 9; makefile: 8
file content (15 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
root = true

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

[*.yml]
indent_style = space
indent_size = 2

[package.json]
indent_style = space