* 2022-01-18 [ci skip]
[ruby-80x24.org.git] / .editorconfig
blob4633a7acae193df95d3a99d634700c37b0910595
1 root = true
3 [*]
4 end_of_line = lf
5 indent_size = 4
6 indent_style = space
7 insert_final_newline = true
8 tab_width = 8
9 trim_trailing_whitespace = true
11 [*.bat]
12 end_of_line = crlf
14 [*.gemspec]
15 indent_size = 2
17 [*.rb]
18 indent_size = 2
20 [*.yml]
21 indent_size = 2
23 [{*[Mm]akefile*,*.mak,*.mk,depend}]
24 indent_style = tab
26 [enc/*]
27 indent_size = 2
29 [reg*.[ch]]
30 indent_size = 2