1
1
libssh2/.editorconfig
Will Cosgrove b0bf6602b3
Update EditorConfig
Added max_line_length = 80
2019-08-02 16:38:08 -07:00

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