File: .editorconfig

package info (click to toggle)
ruby-nokogiri 1.6.3.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,132 kB
  • ctags: 2,605
  • sloc: xml: 26,397; ruby: 14,634; ansic: 4,855; yacc: 244; sh: 122; makefile: 11
file content (17 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
root = true

[**]
end_of_line = lf
insert_final_newline = true

[**.rb]
indent_style = space
indent_size = 2

[**.[ch]]
indent_style = space
indent_size = 2

[**.java]
indent_style = space
indent_size = 4