2018-04-27 11:12:04 +00:00
|
|
|
# Editor configuration, see http://editorconfig.org
|
2015-12-22 00:02:59 +00:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
2018-04-27 11:12:04 +00:00
|
|
|
charset = utf-8
|
2015-12-22 00:02:59 +00:00
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
|
|
|
insert_final_newline = true
|
2018-04-27 11:12:04 +00:00
|
|
|
trim_trailing_whitespace = true
|
2015-12-22 00:02:59 +00:00
|
|
|
|
|
|
|
[*.md]
|
2018-04-27 11:12:04 +00:00
|
|
|
max_line_length = off
|
2015-12-22 00:02:59 +00:00
|
|
|
trim_trailing_whitespace = false
|