fix: add completions

This commit is contained in:
2021-04-07 21:23:37 +02:00
parent d9bbed2017
commit ec3c674163
6 changed files with 88 additions and 19 deletions

View File

@ -6,4 +6,7 @@ indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false
insert_final_newline = false
[Makefile]
indent_style = tab