setup common workflows

This commit is contained in:
2025-11-18 02:36:36 +01:00
commit d3dbde14a7
7 changed files with 334 additions and 0 deletions

17
.editorconfig Normal file
View File

@@ -0,0 +1,17 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 120
tab_width = 4
[*.{md,yaml}]
max_line_length = 1024
[*.yaml]
indent_size = 2
tab_width = 2