Added docker build environment
This commit is contained in:
15
docker/.editorconfig
Normal file
15
docker/.editorconfig
Normal 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
|
Reference in New Issue
Block a user