UNPKG

327 BPlain TextView Raw
1# Editor configuration, see http://editorconfig.org
2root = true
3
4[*]
5charset = utf-8
6indent_style = space
7indent_size = 2
8end_of_line = lf
9insert_final_newline = true
10trim_trailing_whitespace = true
11
12[*.md]
13max_line_length = 0
14trim_trailing_whitespace = false
15
16# 4 tab indentation
17[Makefile]
18indent_style = tab
19indent_size = 4