1
1
libssh2/.editorconfig
Will Cosgrove 1cdbe63d0c
Editor config file for source files (#322)
Simple start to an editor config file when editing source files to make sure they are configured correctly.
2019-04-23 10:30:12 -07:00

9 строки
138 B
INI

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