| 1234567891011121314151617181920 | root = true[*]charset = utf-8indent_style = tab[frontend/nginx.conf]charset = utf-8indent_style = spaceindent_size = 4[docker-compose.yml]charset = utf-8indent_style = spaceindent_size = 2end_of_line = lfinsert_final_newline = truetrim_trailing_whitespace = truecontinuation_indent_size = 4
 |