https://github.com/ntamas/plfit
Revision 588c81b8c367a9da7353bd222aff9909b4b509ce authored by Tamas Nepusz on 08 November 2021, 10:17:59 UTC, committed by Tamas Nepusz on 08 November 2021, 10:17:59 UTC
1 parent 7f42787
Raw File
Tip revision: 588c81b8c367a9da7353bd222aff9909b4b509ce authored by Tamas Nepusz on 08 November 2021, 10:17:59 UTC
ci: publish report.xml unconditionally
Tip revision: 588c81b
.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