sync with skeleton module and fix announcer

This commit is contained in:
Micrah 2019-05-26 01:14:47 +10:00
parent 6de8866088
commit 89b128f1de
7 changed files with 343 additions and 34 deletions

8
.editorconfig Normal file
View file

@ -0,0 +1,8 @@
[*]
charset = utf-8
indent_style = space
indent_size = 4
tab_width = 4
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 80