See More

# http://editorconfig.org root = true [*] insert_final_newline = true indent_style = space indent_size = 4 trim_trailing_whitespace = true end_of_line = lf charset = utf-8 [Makefile] indent_style = tab [*.yaml] indent_size = 2