Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Commit 46f94e0

Browse files
committed
fix(commitizen): changelog compatibility
Workaround for commitizen-tools/commitizen#502.
1 parent e3de28e commit 46f94e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/.editorconfig src/.editorconfig.jinja

+5
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ profile = black
1414

1515
[*.{code-snippets,code-workspace,json,nix,tf,yaml,yml}{,.jinja}]
1616
indent_size = 2
17+
{% if commitizen %}
18+
# HACK https://github.com/commitizen-tools/commitizen/issues/502
19+
[CHANGELOG.md]
20+
indent_size = 2
21+
{% endif %}

0 commit comments

Comments
 (0)