Revision d41ffd7258424720fc0547910d0840c4c73d4f86 authored by Tamas Nepusz on 19 December 2021, 22:05:44 UTC, committed by Tamas Nepusz on 19 December 2021, 22:05:44 UTC
1 parent 6cfe999
Raw File
.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