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 d293eb1 + acfa431 commit abd0619Copy full SHA for abd0619
src/reuse/_comment.py
@@ -663,6 +663,7 @@ class VimCommentStyle(CommentStyle):
663
".Rprofile": PythonCommentStyle,
664
".vimrc": VimCommentStyle,
665
".yarnrc": PythonCommentStyle,
666
+ "ansible.cfg": PythonCommentStyle,
667
"archive.sctxar": UncommentableCommentStyle, # SuperCollider global archive
668
"CMakeLists.txt": PythonCommentStyle,
669
"CODEOWNERS": PythonCommentStyle,
0 commit comments