2017-07-25 00:55:19 -06:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
2018-01-01 07:05:52 -07:00
|
|
|
max_line_length=120
|
2017-07-25 00:55:19 -06:00
|
|
|
|
|
|
|
[*.sh]
|
2018-01-09 13:08:26 -07:00
|
|
|
indent_style = tab
|
2018-01-01 07:05:52 -07:00
|
|
|
indent_size = 2
|
2017-07-25 00:55:19 -06:00
|
|
|
charset = utf-8
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
2018-01-01 07:05:52 -07:00
|
|
|
[*.py]
|
|
|
|
indent_size=2
|
|
|
|
|
2017-07-25 00:55:19 -06:00
|
|
|
[*.md]
|
|
|
|
trim_trailing_whitespace = false
|