File tree Expand file tree Collapse file tree 4 files changed +38
-6
lines changed
Expand file tree Collapse file tree 4 files changed +38
-6
lines changed Original file line number Diff line number Diff line change @@ -432,6 +432,27 @@ indent_size = 2
432432continuation_indent_size = 2
433433ij_continuation_indent_size = 2
434434
435+ [{* .tf,* .tfvars,* .tfvars.* } ]
436+ max_line_length = 999
437+ tab_width = 2
438+ indent_size = 2
439+ continuation_indent_size = 2
440+ ij_continuation_indent_size = 2
441+ ij_hcl-terraform_array_wrapping = normal
442+ ij_hcl-terraform_import_providers_automatically = true
443+ ij_hcl-terraform_keep_blank_lines_in_code = 2
444+ ij_hcl-terraform_keep_indents_on_empty_lines = false
445+ ij_hcl-terraform_keep_line_breaks = true
446+ ij_hcl-terraform_object_wrapping = normal
447+ ij_hcl-terraform_property_alignment = on_equals
448+ ij_hcl-terraform_run_tf_fmt_on_reformat = true
449+ ij_hcl-terraform_space_after_comma = true
450+ ij_hcl-terraform_space_before_comma = false
451+ ij_hcl-terraform_spaces_around_assignment_operators = true
452+ ij_hcl-terraform_spaces_within_braces = false
453+ ij_hcl-terraform_spaces_within_brackets = false
454+ ij_hcl-terraform_wrap_long_lines = false
455+
435456[* .sql ]
436457max_line_length = 999
437458
Original file line number Diff line number Diff line change 44 pull_request :
55 types :
66 - closed
7- - merged
87
98permissions :
109 pull-requests : ' read'
1716 timeout-minutes : 5
1817 steps :
1918 - name : Cancel PR actions
20- uses : remal-github-actions/cancel-pr-actions@v1
19+ uses : Mergifyio/gha-cancel-workflow-runs-on-pr-close@v1
20+ # uses: remal-github-actions/cancel-pr-actions@v1
Original file line number Diff line number Diff line change 1+ # Common:
2+ * ~
3+ .DS_Store
4+
5+
16# Logs:
27log /
38! ** /src /** /log /
@@ -28,6 +33,14 @@ build/
2833node_modules /
2934
3035
36+ # Terraform state and backup files
37+ * .tfstate
38+ * .tfstate.backup
39+ * .tfstate.lock.info
40+ .terraform /
41+ .terraform.lock.hcl
42+
43+
3144# IntelliJ IDEA plugins:
3245.intellijPlatform /
3346.qodana /
6881.project
6982.settings /
7083
71-
72- # Mac:
73- .DS_Store
74-
7584# Remal GitHub actions:
7685/.pnp. *
7786/.yarn /*
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ pull_request_rules:
2424 review : { }
2525 merge :
2626 method : squash
27+ commit_message_template : ' {{ title }} (#{{ number }})'
2728
2829- name : Sync with template
2930 conditions :
@@ -44,3 +45,4 @@ pull_request_rules:
4445 review : { }
4546 merge :
4647 method : squash
48+ commit_message_template : ' {{ title }} (#{{ number }})'
You can’t perform that action at this time.
0 commit comments