feat: add few first actions and workflows

This commit is contained in:
Ismo Vuorinen
2024-11-11 16:22:57 +02:00
parent e90c7a737a
commit d6c3fbb4b9
9 changed files with 450 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 160
max_line_length = off
tab_width = 2
trim_trailing_whitespace = true
@@ -14,16 +14,3 @@ trim_trailing_whitespace = true
indent_size = 4
max_line_length = 110
tab_width = 4
[{*.http,*.rest}]
indent_size = 0
[{*.markdown,*.md}]
indent_size = 4
tab_width = 4
[{*.mk,GNUmakefile,makefile}]
tab_width = 4
[{*.tf,*.tfvars}]
tab_width = 4