blob: 1215de413206a0e06e38fadb23d7377102b19294 [file] [log] [blame]
Eran (ev672n), Voskb9708a72018-08-07 14:15:05 +03001# 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
10# Change these settings to your own preference
11indent_style = space
12indent_size = 4
13
14# We recommend you to keep these unchanged
15end_of_line = lf
16charset = utf-8
17trim_trailing_whitespace = true
18insert_final_newline = true
19
20[*.md]
21trim_trailing_whitespace = false