UNPKG

265 BPlain TextView Raw
1; http://editorconfig.org
2
3root = true
4
5[*]
6indent_style = space
7indent_size = 2
8end_of_line = lf
9charset = utf-8
10trim_trailing_whitespace = true
11insert_final_newline = true
12block_comment_start = /**
13block_comment = *
14block_comment_end = */
15
16[*.md]
17indent_size = 4