1# See http://editorconfig.org for a plugin to your editor!
2
3# Top-most EditorConfig file
4root = true
5
6[*]
7charset = utf-8
8end_of_line = lf
9insert_final_newline = true
10trim_trailing_whitespace = true
11indent_style = tab
12indent_size = 4
13
14[*.md]
15trim_trailing_whitespace = false
16