2012-09-15 19:16:15 -04:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
end_of_line = lf
|
2017-09-12 07:15:26 -04:00
|
|
|
indent_size = 4
|
2018-01-24 19:11:52 -05:00
|
|
|
indent_style = space
|
2012-09-15 19:16:15 -04:00
|
|
|
insert_final_newline = true
|
|
|
|
tab_width = 8
|
2017-09-12 07:15:26 -04:00
|
|
|
trim_trailing_whitespace = true
|
2012-09-15 19:16:15 -04:00
|
|
|
|
2017-08-17 08:31:10 -04:00
|
|
|
[*.bat]
|
2012-09-15 19:16:15 -04:00
|
|
|
end_of_line = crlf
|
|
|
|
|
2017-09-12 07:15:27 -04:00
|
|
|
[*.gemspec]
|
|
|
|
indent_size = 2
|
|
|
|
|
2017-08-17 08:31:10 -04:00
|
|
|
[*.rb]
|
2012-09-15 19:16:15 -04:00
|
|
|
indent_size = 2
|
2016-10-30 07:57:41 -04:00
|
|
|
|
|
|
|
[*.yml]
|
|
|
|
indent_size = 2
|
2018-01-24 19:11:52 -05:00
|
|
|
|
|
|
|
[{*[Mm]akefile*,*.mak,*.mk,depend}]
|
|
|
|
indent_style = tab
|
2018-10-03 03:43:13 -04:00
|
|
|
|
2019-03-20 23:24:59 -04:00
|
|
|
[enc/*]
|
|
|
|
indent_size = 2
|
|
|
|
|
2018-10-03 03:43:13 -04:00
|
|
|
[reg*.[ch]]
|
|
|
|
indent_size = 2
|