UNPKG

336 BPlain TextView Raw
1# This file is for unifying the coding style for different editors and IDEs.
2# More information at http://EditorConfig.org
3
4# No .editorconfig files above the root directory
5root = true
6
7[*]
8indent_style = space
9indent_size = 4
10charset = utf-8
11trim_trailing_whitespace = true
12insert_final_newline = true
13
14[package.json]
15indent_size = 2