# EditorConfig file: See http://editorconfig.org/ for syntax

# To enable in MSVC, Tools/Extensions and Updates.../Online
# then search for EditorConfig, install, and restart.

# For other editors, see http://editorconfig.org/

root = true

[*.{c,cpp,h}]
charset = utf-8
indent_style = tab
indent_size = 8
tab_width = 8
insert_final_newline = true
