You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
350 B
INI
24 lines
350 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = LF
|
|
charset = utf-8
|
|
|
|
[*.vim]
|
|
indent_style = space
|
|
indent_size = 4
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
max_line_length = 80
|
|
|
|
[*.rb]
|
|
indent_style = space
|
|
indent_size = 2
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
max_line_length = 120
|
|
|
|
[*.yml]
|
|
indent_style = space
|
|
indent_size = 2
|