1
0
mirror of https://github.com/libssh2/libssh2.git synced 2026-01-06 14:21:57 +03:00
Files
libssh2/.editorconfig
Will Cosgrove b0bf6602b3 Update EditorConfig
Added max_line_length = 80
2019-08-02 16:38:08 -07:00

10 lines
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