Automated build and packaging

for Linux, macOS, and Windows
This commit is contained in:
The Artifex (4r7if3x)
2023-05-05 13:40:05 +02:00
parent 2b65cde1d3
commit 057a501837
30 changed files with 490 additions and 12 deletions

18
.editorconfig Normal file
View File

@@ -0,0 +1,18 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[{.gitignore,*.desktop}]
indent_size = 0
[*.{json,yml,yaml}]
indent_size = 2
[*.md]
trim_trailing_whitespace = false