Skip to content

Commit baa3b6f

Browse files
authored
Merge pull request #47 from projectsyn/template-sync
Update from component template
2 parents 79518dc + c6aac5f commit baa3b6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/projectsyn/commodore-component-template.git",
3-
"commit": "d3af33490a242d72f7d4bcb5d503c0ad8fe22456",
3+
"commit": "0f8aa8baef803c2f09d710c717f26f7eff145407",
44
"checkout": "main",
55
"context": {
66
"cookiecutter": {

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ insert_final_newline = false
2828
[Makefile]
2929
indent_style = tab
3030

31-
; Ignore generated files
31+
; Ignore golden test outputs
3232
[tests/golden/**]
33-
indent_style = unset
3433
indent_size = unset
34+
indent_style = unset
3535
insert_final_newline = unset
3636
trim_trailing_whitespace = unset

0 commit comments

Comments
 (0)