2017-09-23 11:06:56 -04:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
insert_final_newline = true
|
2017-09-24 02:31:42 -04:00
|
|
|
trim_trailing_whitespace = true
|
2017-09-23 11:06:56 -04:00
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
|
|
|
charset = utf-8
|
|
|
|
|
|
|
|
[Makefile]
|
|
|
|
indent_style = tab
|
|
|
|
indent_size = 2
|