root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true

# 4 space indentation
[*.php]
indent_style = space
indent_size = 4

# 2 space indentation
[*.json]
indent_style = space
indent_size = 2

# Tab indentation (no size specified)
[Makefile]
indent_style = tab
