fix docker for tauri app

This commit is contained in:
lendry
2026-06-26 17:31:05 +03:00
parent 3ab48d8537
commit c23f35e732
42 changed files with 944 additions and 34 deletions

View File

@@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false