# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

# C++
[*.{c,cpp,h,ino}]
indent_style = space
tab_width = 4

end_of_line = crlf
charset = utf-8