Skip to content

Commit

Permalink
[IMP] support copier 9
Browse files Browse the repository at this point in the history
  • Loading branch information
celm1990 committed Nov 13, 2023
1 parent a8b9108 commit 7298b72
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 127 deletions.
10 changes: 1 addition & 9 deletions copier.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
# Configure jinja2 defaults to make syntax highlighters lives easier
_templates_suffix: .jinja
_envops:
block_end_string: "%}"
block_start_string: "{%"
comment_end_string: "#}"
comment_start_string: "{#"
keep_trailing_newline: true
variable_end_string: "}}"
variable_start_string: "{{"

# Other Copier configurations
_min_copier_version: "8.3.0"
_min_copier_version: "9"
_exclude:
- _macros
- _traefik*_labels.yml
Expand Down
Loading

0 comments on commit 7298b72

Please sign in to comment.