file-header icon indicating copy to clipboard operation
file-header copied to clipboard

FileHeader for Atom

Results 21 file-header issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, I try to install file-header 1.13.8, but I can't Thanks very much

Add support for `.ejs` file types

Assembly programs are generally placed in `.s` files, so I thought to add this entry.

For a Node.js script (plus else) beginning with a shebang, with **Enable Auto Adding Header on Saving** turned on, file-header inserts comments before that line. For example: ```javascript #!/usr/bin/env node...

> Custom `lang-mapping.json` ending cannot have all good problems ![1](https://user-images.githubusercontent.com/8848263/48326606-2a4c3680-e675-11e8-9261-5d52e6872730.png)

Hi, it would be nice also to have CUDA in the supported languages. Best, Giovanni

@getCurrentFileLineEnding only referenced the empty lines after a new header, causing conflicts between what line ending the actual header used and the spacing before the code. This regex statement would...

From https://github.com/guiguan/file-header/issues/52 Cannot make this template work since it does not have '@' on the lines ``` /* # --------------------------------------------- # --------------------------------------------- # Author: {{author}} # Date: {{create_time}} # Last...

Add feature: allow update of the header with not only "@" but also other char. - `#` for languages like Python - `*` for languages like C - `-` for...

I had line-ending-selector.defaultLineEnding set to CRLF, however I was getting LF line endings when I clicked on "New File" on the Tree View. Sometimes, I would get a mixed result,...