2017-12-23 05:22:00 +01:00
|
|
|
root = true
|
|
|
|
|
2018-10-27 21:47:12 +02:00
|
|
|
# Use 2 spaces for indentation by default
|
2017-12-23 05:22:00 +01:00
|
|
|
[*]
|
|
|
|
charset = utf-8
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
2018-10-07 23:59:31 +02:00
|
|
|
indent_size = 2
|
2018-01-21 05:49:22 +01:00
|
|
|
indent_style = space
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
2018-10-27 21:47:12 +02:00
|
|
|
# Use tab indentation (with size 4) for the following files
|
2018-01-21 05:49:22 +01:00
|
|
|
[Makefile]
|
|
|
|
indent_style = tab
|
2018-10-27 21:47:12 +02:00
|
|
|
indent_size = 4
|