Skip to content

Commit abd0619

Browse files
authored
Merge pull request #565 from fsfe/feature/ansible-config-comment-style
feat: ansible.cfg comment style support
2 parents d293eb1 + acfa431 commit abd0619

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/reuse/_comment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,7 @@ class VimCommentStyle(CommentStyle):
663663
".Rprofile": PythonCommentStyle,
664664
".vimrc": VimCommentStyle,
665665
".yarnrc": PythonCommentStyle,
666+
"ansible.cfg": PythonCommentStyle,
666667
"archive.sctxar": UncommentableCommentStyle, # SuperCollider global archive
667668
"CMakeLists.txt": PythonCommentStyle,
668669
"CODEOWNERS": PythonCommentStyle,

0 commit comments

Comments
 (0)