UNPKG

324 BPlain TextView Raw
1# For more information about the properties used in
2# this file, please see the EditorConfig documentation:
3# http://editorconfig.org/
4
5root = true
6
7[*]
8charset = utf-8
9end_of_line = lf
10indent_size = 2
11indent_style = space
12insert_final_newline = true
13trim_trailing_whitespace = true
14
15[*.md]
16trim_trailing_whitespace = false