Added docker build environment

This commit is contained in:
2022-12-27 13:15:52 -08:00
parent 254c0f8de0
commit 0d99adf288
7 changed files with 142 additions and 0 deletions

15
docker/.editorconfig Normal file
View File

@ -0,0 +1,15 @@
root = false
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
[qmk_cli/*]
indent_style = space
[qmk_firmware/*]
indent_style = space