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