https://github.com/ntamas/plfit
Revision 23b33920b8fc2e55bacbbdacf9b2d0eafb3bcd09 authored by Tamas Nepusz on 26 April 2021, 10:08:46 UTC, committed by Tamas Nepusz on 26 April 2021, 10:08:46 UTC
1 parent 89d547b
Raw File
Tip revision: 23b33920b8fc2e55bacbbdacf9b2d0eafb3bcd09 authored by Tamas Nepusz on 26 April 2021, 10:08:46 UTC
fix: change type of OpenMP index variable to signed to make Windows MSVC happy
Tip revision: 23b3392
.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