1; This file is for unifying the coding style for different editors and IDEs.
2; More information at http://editorconfig.org
3
4root = true
5
6[*]
7charset = utf-8
8indent_size = 4
9indent_style = space
10end_of_line = lf
11insert_final_newline = true
12trim_trailing_whitespace = true
13
14[*.md]
15trim_trailing_whitespace = false
16