File: .editorconfig

package info (click to toggle)
ruby-protocol-http1 0.35.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 376 kB
  • sloc: ruby: 2,367; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 105 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
root = true

[*]
indent_style = tab
indent_size = 2

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