File: .editorconfig

package info (click to toggle)
node-xmldom 0.9.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,944 kB
  • sloc: xml: 39,442; javascript: 10,978; sh: 29; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# http://EditorConfig.org
root = true

[*.js]
charset = utf-8
indent_style = tab
indent_size = 2
end_of_line = lf
insert_final_newline = true
max_line_length = 130