File: .editorconfig

package info (click to toggle)
node-gulp-sourcemaps 3.0.0%2B~cs4.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 812 kB
  • sloc: javascript: 3,584; sh: 15; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (30)
1
2
3
4
5
6
7
8
9
10
11
12
# http://editorconfig.org
root = true

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

[*.md]
trim_trailing_whitespace = false