File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change
1
+ - Added ` .envrc ` (Python) and ` .flake.lock ` (uncommentable) as recognised file
2
+ types for comments. (#1061 )
Original file line number Diff line number Diff line change @@ -853,6 +853,7 @@ class XQueryCommentStyle(CommentStyle):
853
853
".dockerignore" : PythonCommentStyle ,
854
854
".earthlyignore" : PythonCommentStyle ,
855
855
".editorconfig" : PythonCommentStyle ,
856
+ ".envrc" : PythonCommentStyle ,
856
857
".empty" : EmptyCommentStyle ,
857
858
".eslintignore" : PythonCommentStyle ,
858
859
".eslintrc" : UncommentableCommentStyle ,
@@ -885,6 +886,7 @@ class XQueryCommentStyle(CommentStyle):
885
886
"Dockerfile" : PythonCommentStyle ,
886
887
"Doxyfile" : PythonCommentStyle ,
887
888
"Earthfile" : PythonCommentStyle ,
889
+ "flake.lock" : UncommentableCommentStyle , # is a JSON file
888
890
"Gemfile" : PythonCommentStyle ,
889
891
"go.mod" : CppCommentStyle ,
890
892
"go.sum" : UncommentableCommentStyle ,
You can’t perform that action at this time.
0 commit comments