swh:1:snp:adcffee4282eeac9899a19b6d401bd7308707119
Raw File
Tip revision: f8a7d6c933c4f84d39c07083de531b541c948137 authored by Tamas Nepusz on 07 August 2022, 21:11:11 UTC
chore: bumped version to 0.9.4
Tip revision: f8a7d6c
.editorconfig
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.{c,cc,cpp,h,hh,hpp}]
indent_style = space
indent_size = 4

[Makefile]
indent_style = tab
back to top