Merge pull request #6281 from dearblue/binding
[mruby.git] / .editorconfig
blob081e8c6b90d67d601b3cc4e26b7417a28a52f521
1 # About this file, see:
2 #   Website: https://editorconfig.org/
3 #   For Emacs users: https://github.com/editorconfig/editorconfig-emacs
4 #   For Vim users: https://github.com/editorconfig/editorconfig-vim
6 root = true
8 [*]
9 charset = utf-8
10 end_of_line = lf
11 indent_size = 2
12 indent_style = space
13 insert_final_newline = true
14 tab_width = 8
15 trim_trailing_whitespace = true
17 [{Makefile,Makefile.*,makefile,*.mk}]
18 indent_style = tab
19 #max_line_length = 80
21 #[*.{c,cc,C,cxx,cpp,h,hh,H,hxx,hpp,inc,y}]
22 #max_line_length = 120
24 #[{*.rb,Rakefile,rakefile,*.rake,*.gemspec,*.gembox}]
25 #max_line_length = 120
27 # limitation to US-ASCII
28 [*.bat]
29 end_of_line = crlf
30 #max_line_length = 80