File: .editorconfig

package info (click to toggle)
node-moment 2.29.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 13,368 kB
  • sloc: javascript: 286,431; sh: 41; makefile: 5
file content (17 lines) | stat: -rw-r--r-- 230 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

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

[*.{js,json}]
indent_size = 4

[*.{yml}]
indent_size = 2

[*.md]
trim_trailing_whitespace = false