# http://editorconfig.orgroot = true [*]charset = utf-8insert_final_newline = truetrim_trailing_whitespace = true [*.go]indent_style = tabindent_size = 8 [*.{tmpl,html}]indent_style = tabindent_size = 4 [*.less]indent_style = spaceindent_size = 4 [*.{yml,json}]indent_style = spaceindent_size = 2 [*.js]indent_style = spaceindent_size = 2 [Makefile]indent_style = tab