https://github.com/ntamas/plfit
Revision d68ac67d8b616988e343c33dc26c3484d82d9906 authored by Tamás Nepusz on 18 July 2021, 22:32:38 UTC, committed by GitHub on 18 July 2021, 22:32:38 UTC
2 parent s ba161a1 + ed97c93
Raw File
Tip revision: d68ac67d8b616988e343c33dc26c3484d82d9906 authored by Tamás Nepusz on 18 July 2021, 22:32:38 UTC
Merge branch 'master' into debian/initialrelease/0.8.2+ds-1/cmake/advanced_GNU_support/version-script
Tip revision: d68ac67
.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