UNPKG

278 BPlain TextView Raw
1root = true
2
3[*]
4insert_final_newline = true
5charset = utf-8
6trim_trailing_whitespace = true
7end_of_line = lf
8indent_style = space
9indent_size = 4
10
11[package.json]
12indent_style = space
13indent_size = 2
14
15[.circleci/config.yml]
16indent_style = space
17indent_size = 2