.editorconfig

 1root = true
 2
 3[*]
 4end_of_line = lf
 5insert_final_newline = true
 6charset = utf-8
 7trim_trailing_whitespace = true
 8indent_style = space
 9indent_size = 2
10
11[*.md]
12trim_trailing_whitespace = false