[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
root = true

[{*.bas,*.cls,*.frm}]
# Visual Basic files do not support UTF-8
charset = unset
end_of_line = crlf
indent_style = space
indent_size = 4

[{*.utf8.bas,*.utf8.cls,*.utf8.frm}]
charset = utf-8

[{*.json,.bowerrc,.gitignore,.npmignore,.gitattributes,.editorconfig}]
end_of_line = lf
indent_style = space
indent_size = 2
