File: .editorconfig

package info (click to toggle)
node-mysql 2.18.1%2B~2.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,752 kB
  • sloc: javascript: 15,173; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 179 bytes parent folder | download | duplicates (25)
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