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

# Project files
# Matches multiple files with brace expansion notation
[*.{c,h,cc}]

# Set charset
charset = utf-8
max_line_length = 80

# 2 space indentation
indent_style = space
indent_size = 2