UNPKG

272 BPlain TextView Raw
1# This file is for unifying the coding style for different editors and IDEs
2# editorconfig.org
3root = true
4
5[*]
6end_of_line = lf
7charset = utf-8
8trim_trailing_whitespace = false
9insert_final_newline = true
10indent_style = tab
11
12[*.json]
13indent_style = space
14indent_size = 2