https://github.com/ntamas/plfit
Revision 6aff30e9b45f30fd636eeb34a5997c1360aafd11 authored by Tamas Nepusz on 04 January 2022, 10:07:01 UTC, committed by Tamas Nepusz on 04 January 2022, 10:09:51 UTC
1 parent 0271ac7
Raw File
Tip revision: 6aff30e9b45f30fd636eeb34a5997c1360aafd11 authored by Tamas Nepusz on 04 January 2022, 10:07:01 UTC
ci: added Travis configuration file for some exotic architectures
Tip revision: 6aff30e
.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