Timetable timer refactor (#1785)

This commit is contained in:
Mikołaj Pich
2022-03-13 04:01:14 +01:00
committed by GitHub
parent c3abe50ed4
commit 57ea6379ab
6 changed files with 190 additions and 206 deletions

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
[*]
charset=utf-8
end_of_line=lf
insert_final_newline=true
indent_style=space
indent_size=4
[*.json]
indent_size=2
[*.{kt,kts}]
disabled_rules=import-ordering,no-wildcard-imports