14 lines
168 B
INI
14 lines
168 B
INI
|
|
root = true
|
|
|
|
[*]
|
|
end_of_line = crlf
|
|
insert_final_newline = true
|
|
charset = utf-8
|
|
indent_style = tab
|
|
indent_size = 4
|
|
|
|
[.travis.yml]
|
|
indent_style = space
|
|
indent_size = 2
|