File: .editorconfig

package info (click to toggle)
node-json-stringify-safe 5.0.1%2Brepack-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,108 kB
  • sloc: javascript: 6,398; makefile: 117
file content (11 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
root = true

[Makefile]
indent_style = tab

[*.js]
indent_style = space
indent_size = 2

[*.json]
indent_style = tab