File: .editorconfig

package info (click to toggle)
node-js-sdsl 4.1.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 928 kB
  • sloc: javascript: 61; sh: 8; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 182 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
root = true

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

[*.{js,ts}]
max_line_length = 100
trim_trailing_whitespace = true