UNPKG

270 BPlain TextView Raw
1# http://editorconfig.org
2root = true
3
4[{*.js,*.ts}]
5charset = utf-8
6end_of_line = lf
7indent_style = space
8indent_size = 2
9insert_final_newline = true
10max_line_length = 80
11trim_trailing_whitespace = true
12
13[{package.json,.travis.yml}]
14indent_style = space
15indent_size = 4
\No newline at end of file