UNPKG

326 BPlain TextView Raw
1# This file is for unifying the coding style for different editors and IDEs
2# editorconfig.org
3
4root = true
5
6[{**,[!node_modules/**]}]
7charset = utf-8
8end_of_line = lf
9indent_size = 2
10indent_style = space
11insert_final_newline = true
12# 设为true表示会除去换行行首的任意空白字符
13trim_trailing_whitespace = true