File: .editorconfig

package info (click to toggle)
node-expat 2.4.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,768 kB
  • sloc: xml: 42,159; javascript: 569; cpp: 377; makefile: 17; sh: 1
file content (11 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
# EditorConfig is awesome: http://EditorConfig.org

root = true

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