2019-12-22 00:05:55 +01:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
charset = utf-8
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
2020-04-05 14:14:19 +02:00
|
|
|
trim_trailing_whitespace = true
|
2019-12-22 00:05:55 +01:00
|
|
|
|
|
|
|
[*.v]
|
|
|
|
indent_style = tab
|
2020-01-11 13:23:47 +01:00
|
|
|
indent_size = 4
|
2020-04-05 14:14:19 +02:00
|
|
|
|
|
|
|
[*.{yml,yaml}]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
|
|
|
|
|
|
|
[*.md]
|
|
|
|
trim_trailing_whitespace = false
|
2019-12-22 00:05:55 +01:00
|
|
|
|
2020-04-08 15:54:38 +02:00
|
|
|
[*.{txt,out}]
|
2020-04-07 17:52:15 +02:00
|
|
|
insert_final_newline = false
|
|
|
|
|
2019-12-22 00:05:55 +01:00
|
|
|
[Makefile]
|
|
|
|
indent_style = tab
|