# EditorConfig, for indentation on Github
# Per http://EditorConfig.org
root = true

# Unix-style newlines
[*]
end_of_line = lf
charset = utf-8

# 4 space tabs for indentation
[*.{c,h,y,l}]
indent_style = tab
indent_size = 4
