File: .editorconfig

package info (click to toggle)
node-connect 3.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 260 kB
  • sloc: makefile: 4
file content (11 lines) | stat: -rw-r--r-- 179 bytes parent folder | download | duplicates (24)
1
2
3
4
5
6
7
8
9
10
11
# http://editorconfig.org
root = true

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

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