# editorconfig.org root = true [*.js] # 使用空格缩进 indent_style = space # 使用两个空格缩进 indent_size = 2 end_of_line = lf # utf-8编码 charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true [*.md] trim_trailing_whitespace = false