UNPKG

291 BPlain TextView Raw
1# EditorConfig helps developers define and maintain consistent
2# coding styles between different editors and IDEs
3# editorconfig.org
4
5root = true
6
7[*.md]
8trim_trailing_whitespace = false
9
10[*.{ts,tsx}]
11indent_style = space
12indent_size = 2
13
14[package.json]
15indent_style = space
16indent_size = 2