UNPKG

210 BPlain TextView Raw
1# 统一编辑器代码风格
2
3root = true
4
5[*]
6indent_style = space
7indent_size = 4
8end_of_line = lf
9charset = utf-8
10trim_trailing_whitespace = true
11insert_final_newline = true
12
13[package.json]
14indent_size = 2