Skip to content
Snippets Groups Projects
.editorconfig 142 B
Newer Older
Joseph Walton-Rivers's avatar
Joseph Walton-Rivers committed
# Editorconfig
# see https://EditorConfig.org

root = True

[*]
end_of_line = lf
insert_final_newline = true

[*.{cpp,h,hpp}]
charset = utf-8