2017-02-10 01:24:28 +00:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
|
|
|
charset = utf-8
|
|
|
|
trim_trailing_whitespace = true
|
2019-01-25 22:19:52 +00:00
|
|
|
end_of_line = lf
|
2017-02-10 01:24:28 +00:00
|
|
|
insert_final_newline = true
|
|
|
|
|
2017-02-10 18:13:40 +00:00
|
|
|
[*.{jade,pug,md}]
|
|
|
|
trim_trailing_whitespace = false
|
2018-12-17 05:51:52 +00:00
|
|
|
|
|
|
|
[Makefile]
|
|
|
|
indent_style = tab
|
|
|
|
indent_size = 4
|