Files
libssh/.editorconfig
Andreas Schneider b62675b435 chore(editorconfig): Put CMakeLists.txt in its own section
This is read by neocmakelsp for formatting.

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
2025-11-21 17:49:52 +01:00

24 lines
324 B
INI

root = true
[*]
charset = utf-8
max_line_length = 80
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.{c,h}]
indent_style = space
indent_size = 4
tab_width = 4
[CMakeLists.txt]
indent_style = space
indent_size = 4
tab_width = 4
[*.cmake]
indent_style = space
indent_size = 4
tab_width = 4