file-header
file-header copied to clipboard
FileHeader for Atom
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 
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,...