UNPKG

427 BPlain TextView Raw
1# EditorConfig helps developers define and maintain consistent
2# coding styles between different editors and IDEs
3# editorconfig.org
4
5# This is the top-most .editorconfig file; do not search in parent directories.
6root = true
7
8# All files.
9[*]
10indent_style = space
11indent_size = 2
12end_of_line = lf
13charset = utf-8
14trim_trailing_whitespace = true
15insert_final_newline = true
16
17# Markdown.
18[*.md]
19trim_trailing_whitespace = false