DPS_Manage/libssh2/.editorconfig

10 lines
159 B
INI
Raw Normal View History

2025-05-29 14:04:05 +08:00
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