Update all dependancies

This commit is contained in:
Deon George
2021-05-02 22:20:35 +10:00
parent df849c0cfd
commit 6f4c58f01f
3 changed files with 5209 additions and 1629 deletions

View File

@@ -3,13 +3,13 @@ root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
insert_final_newline = false
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.yml]
[*.{yml,yaml}]
indent_size = 2