File: .editorconfig

package info (click to toggle)
node-babel 6.26.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 16,772 kB
  • sloc: sh: 151; makefile: 76
file content (11 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
root = true

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

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