1[*] 2charset = utf-8 3end_of_line = lf 4insert_final_newline = true 5trim_trailing_whitespace = true 6 7[*.v] 8indent_style = tab 9 10[*.{html,css,js}] 11indent_style = tab