# Line Endings
[*]
end_of_line = CRLF
insert_final_newline = true

# Charset and indent type
[*.{js,css,php,json,ts,yml,html}]
charset = utf-8
indent_style = tab
