cargo-specification icon indicating copy to clipboard operation
cargo-specification copied to clipboard

add a hint that the spec was machine generated

Open mimoo opened this issue 3 years ago • 0 comments

Github can detect machine generated file, and display them differently.

For HTML it's here: https://github.com/github/linguist/blob/master/lib/linguist/generated.rb#L708

no implementation exists for markdown though

in both cases it sounds like adding something like that at the top of the file would be enough:

<!-- This is an automatically generated file, do not edit manually. -->

mimoo avatar Mar 01 '22 04:03 mimoo