root = true [*] charset = utf-8 indent_style = space indent_size = 4 # 换行符类型 = lf end_of_line = lf # 字符集=utf-8 charset = utf-8 # 删除行尾空格 = 是 trim_trailing_whitespace = true # 插入最后一行=真 insert_final_newline = true [*.md] # 删除行尾空格 = 否 trim_trailing_whitespace = false [package.json] # 缩进样式=空格 indent_style = space # 缩进大小=2 indent_size = 4