We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875165c commit cdb6757Copy full SHA for cdb6757
.editorconfig
@@ -3,11 +3,8 @@ root = true
3
[*]
4
charset = utf-8
5
end_of_line = lf
6
-indent_size = 4
7
indent_style = space
8
insert_final_newline = true
9
-max_line_length = 120
10
-tab_width = 4
11
12
[*.lock]
13
charset = unset
@@ -18,6 +15,9 @@ insert_final_newline = unset
18
15
max_line_length = unset
19
16
tab_width = unset
20
17
+[*.py]
+indent_size = 4
+
21
[*.rs]
22
max_line_length = 100
23
.github/workflows/test.yml
@@ -1,7 +1,6 @@
1
name: Test
2
on:
- workflow-call:
push:
paths:
- 'cambridge-asm/**'
@@ -14,6 +13,7 @@ on:
14
- 'cambridge-asm-cli/**'
+ workflow_call:
env:
CARGO_TERM_COLOR: always
0 commit comments