root = true [*] charset = utf-8 indent_style = space indent_size = 4 tab_width = 4 insert_final_newline = true trim_trailing_whitespace = true end_of_line = lf [Makefile] indent_style = tab [*.{yml,yaml}] indent_size = 2 tab_width = 2 [*.json] indent_size = 2 tab_width = 2 insert_final_newline = ignore [*.{go,gitmodules,gitattributes}] indent_style = tab [*.md] trim_trailing_whitespace = false indent_style = tab [*.{py,js,sh}] indent_size = 2 tab_width = 2 [.eslintrc] indent_size = 2 tab_width = 2