swh:1:snp:adcffee4282eeac9899a19b6d401bd7308707119
Raw File
Tip revision: d9ca3c424e4227f1d36b0e0defa3a6380693d277 authored by Tamas Nepusz on 27 December 2021, 10:37:32 UTC
chore: bumped version to 0.9.3
Tip revision: d9ca3c4
.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