blob: 04ba039aeea123eccea5708d1b935233d5ae47b5 [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001# EditorConfig helps developers define and maintain consistent
2# coding styles between different editors and IDEs
3# editorconfig.org
4
5root = true
6
7[*]
8
9# Change these settings to your own preference
10indent_style = space
11indent_size = 2
12
13# We recommend you to keep these unchanged
14end_of_line = lf
15charset = utf-8
16trim_trailing_whitespace = true
17insert_final_newline = true
18
19[*.md]
20trim_trailing_whitespace = false