UNPKG

177 BPlain TextView Raw
1root = true
2
3[*]
4insert_final_newline = true
5charset = utf-8
6trim_trailing_whitespace = true
7indent_style = space
8
9[*.{js,jsx,ts,tsx}]
10indent_size = 4
11
12[*.json]
13indent_size = 2