https://github.com/ntamas/plfit
Revision 99582ea742a286098c249bb24773d4184a742c3d authored by Tamas Nepusz on 04 May 2022, 10:41:22 UTC, committed by Tamas Nepusz on 04 May 2022, 10:41:22 UTC
1 parent cea9e3e
Raw File
Tip revision: 99582ea742a286098c249bb24773d4184a742c3d authored by Tamas Nepusz on 04 May 2022, 10:41:22 UTC
chore: updated changelog
Tip revision: 99582ea
.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