1
1
Форкнуть 0
libssh2/.editorconfig

10 строки
159 B
INI

root = true
[*.{c, h}]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
max_line_length = 80