Created
September 5, 2013 11:38
-
-
Save heartcode/6449032 to your computer and use it in GitHub Desktop.
DocBlockr (sublime-jsdoc) user settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
// If set to true, primitives such as "Number" and "String" will be documented as "number" and "string". | |
"jsdocs_lower_case_primitives": false, | |
// indicates whether the @method tag should be added automatically | |
"jsdocs_autoadd_method_tag": true, | |
// Any additional boilerplate tags which should be added to each block. Should be an array of strings. | |
// Note that this only applies when a docblock is opened directly preceding a function. | |
// Tab points can be added by using snippet syntax, eg: ${1:default text} | |
"jsdocs_extra_tags": ["@protected"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment