We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79518dc + c6aac5f commit baa3b6fCopy full SHA for baa3b6f
.cruft.json
@@ -1,6 +1,6 @@
1
{
2
"template": "https://github.com/projectsyn/commodore-component-template.git",
3
- "commit": "d3af33490a242d72f7d4bcb5d503c0ad8fe22456",
+ "commit": "0f8aa8baef803c2f09d710c717f26f7eff145407",
4
"checkout": "main",
5
"context": {
6
"cookiecutter": {
.editorconfig
@@ -28,9 +28,9 @@ insert_final_newline = false
28
[Makefile]
29
indent_style = tab
30
31
-; Ignore generated files
+; Ignore golden test outputs
32
[tests/golden/**]
33
-indent_style = unset
34
indent_size = unset
+indent_style = unset
35
insert_final_newline = unset
36
trim_trailing_whitespace = unset
0 commit comments