2015-05-14 18:09:24 +00:00
|
|
|
; This file is for unifying the coding style for different editors and IDEs.
|
|
|
|
; More information at http://editorconfig.org
|
2015-02-25 12:00:47 +00:00
|
|
|
|
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
charset = utf-8
|
|
|
|
indent_size = 4
|
|
|
|
indent_style = space
|
2015-05-14 18:09:24 +00:00
|
|
|
end_of_line = lf
|
2015-02-25 12:00:47 +00:00
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
|
|
|
[*.md]
|
|
|
|
trim_trailing_whitespace = false
|