2014-11-20 15:22:49 -05:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
charset = utf-8
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
|
|
|
indent_style = space
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
|
|
|
[*.py]
|
2014-12-01 21:12:08 -05:00
|
|
|
indent_size = 4
|
2014-12-30 00:47:51 -05:00
|
|
|
|
2015-05-06 08:39:10 -04:00
|
|
|
[*.bash]
|
|
|
|
indent_size = 4
|
|
|
|
|
2014-12-30 00:47:51 -05:00
|
|
|
[*.md]
|
|
|
|
trim_trailing_whitespace = false
|