File: .editorconfig

package info (click to toggle)
golang-github-crc-org-crc 2.34.0%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,548 kB
  • sloc: sh: 398; makefile: 326; javascript: 40
file content (14 lines) | stat: -rw-r--r-- 297 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#editorconfig.org
root = true

[{*.yml, *.yaml, *.json, *.js, *.jsx, *.ts, *.tsx, *.html, *.css, *.scss, *.less, *.md}]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true

[*.go]
indent_style = tab
charset = utf-8
trim_trailing_whitespace = true