.editorconfig
# http://editorconfig.org root = true [*]indent_style = spaceindent_size = 4trim_trailing_whitespace = trueinsert_final_newline = truecharset = utf-8end_of_line = lf [*.bat]indent_style = tabend_of_line = crlf [LICENSE]insert_final_newline = false [Makefile]indent_style = tab