Add door synchronization feature

This commit is contained in:
2020-12-05 00:16:09 +01:00
parent fd8248696b
commit 177326dd61
5 changed files with 216 additions and 24 deletions

View File

@@ -3,4 +3,5 @@ root = true
[*]
end_of_line = lf
indent_style = tab
insert_final_newline = true
insert_final_newline = true
trim_trailing_whitespace = true