File: .editorconfig

package info (click to toggle)
node-babel7 7.20.15%2Bds1%2B~cs214.269.168-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 135,728 kB
  • sloc: javascript: 162,146; sh: 364; makefile: 306
file content (17 lines) | stat: -rw-r--r-- 252 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
root = true

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

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

[Makefile]
indent_style = tab

[*.{md,markdown}]
trim_trailing_whitespace = false