UNPKG

236 BPlain TextView Raw
1root = true
2
3# Unix-style newlines with a newline ending every file
4[*]
5end_of_line = lf
6insert_final_newline = true
7
8[{*.js,package.json,.travis.yml}]
9charset = utf-8
10indent_style = space
11indent_size = 2
12
13[Makefile]
14indent_style = tab