added .fixme/config as an instance of supported config

This commit is contained in:
Dmitry Zuikov 2023-02-07 19:48:30 +03:00
parent cc3c447504
commit 55cc5f7cd4
1 changed files with 11 additions and 0 deletions

11
.fixme/config Normal file
View File

@ -0,0 +1,11 @@
fixme-comments // # --
fixme-prefix FIXME: bugs issues ; defines a fixme entity and it's categories
fixme-files doc/devlog **/*.hs
fixme-files-ignore .direnv/** dist-newstyle/**