https://github.com/ntamas/plfit
Revision 42c66c187ca7f55c2ea76b918bad0105e831fb27 authored by Tamas Nepusz on 27 December 2021, 10:37:13 UTC, committed by Tamas Nepusz on 27 December 2021, 10:37:19 UTC
1 parent e93a739
Raw File
Tip revision: 42c66c187ca7f55c2ea76b918bad0105e831fb27 authored by Tamas Nepusz on 27 December 2021, 10:37:13 UTC
chore: updated changelog
Tip revision: 42c66c1
.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