UNPKG

206 BPlain TextView Raw
1# http://editorconfig.org
2root = true
3
4[*]
5charset = utf-8
6end_of_line = lf
7indent_style = space
8indent_size = 4
9max_line_length = 120
10trim_trailing_whitespace = true
11
12[COMMIT_EDITMSG]
13max_line_length = 80