root = true [*] end_of_line = lf charset = utf-8 indent_style = space indent_size = 4 trim_trailing_whitespace = true [gitconfig] indent_style = tab tab_width = 8 [*.{c,cpp,h}] indent_size = 2 [*.{yaml,yml}] indent_size = 2 [*.py] profile = black