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