1root = true 2 3; Unix-style newlines with a newline ending every file 4[*] 5end_of_line = lf 6indent_size = 4 7indent_style = space 8insert_final_newline = true 9trim_trailing_whitespace = true 10insert_final_newline = true 11charset = utf-8 12 13; Golang 14[{*.go,Makefile}] 15indent_style = tab 16 17; JSON, YAML, and Go templates 18[*.{json,tmpl,yaml,yml}] 19indent_size = 2 20