File: .editorconfig

package info (click to toggle)
mruby 3.4.0-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 5,396 kB
  • sloc: ansic: 51,933; ruby: 29,510; yacc: 7,077; cpp: 517; makefile: 51; sh: 42
file content (30 lines) | stat: -rw-r--r-- 665 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# About this file, see:
#   Website: https://editorconfig.org/
#   For Emacs users: https://github.com/editorconfig/editorconfig-emacs
#   For Vim users: https://github.com/editorconfig/editorconfig-vim

root = true

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

[{Makefile,Makefile.*,makefile,*.mk}]
indent_style = tab
#max_line_length = 80

#[*.{c,cc,C,cxx,cpp,h,hh,H,hxx,hpp,inc,y}]
#max_line_length = 120

#[{*.rb,Rakefile,rakefile,*.rake,*.gemspec,*.gembox}]
#max_line_length = 120

# limitation to US-ASCII
[*.bat]
end_of_line = crlf
#max_line_length = 80