UNPKG

418 BPlain TextView Raw
1# EditorConfig is Awesome: http://editorconfig.org
2
3# Top-most EditorConfig file.
4root = true
5
6# Unix-style newlines with a newline ending every file.
7[*]
8end_of_line = lf
9insert_final_newline = true
10charset = utf-8
11indent_style = space
12indent_size = 2
13trim_trailing_whitespace = true
14
15# Don't trim whitespace in Markdown in order to be able
16# to do two spaces for line breaks.
17[*.md]
18trim_trailing_whitespace = false