https://github.com/ntamas/plfit
Revision 7e0b38035e640ae448e8d7ef72940459f6c15b2a authored by Tamás Nepusz on 04 May 2022, 10:29:30 UTC, committed by GitHub on 04 May 2022, 10:29:30 UTC
2 parent s 08bd0c9 + d0e77c8
Raw File
Tip revision: 7e0b38035e640ae448e8d7ef72940459f6c15b2a authored by Tamás Nepusz on 04 May 2022, 10:29:30 UTC
Merge pull request #41 from dotlambda/patch-1
Tip revision: 7e0b380
.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