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