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