We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0817950 commit d6a97c1Copy full SHA for d6a97c1
UltiSnips/javascript.snippets
@@ -7,6 +7,14 @@ priority -50
7
# The smart snippets use a global options called
8
# "g:ultisnips_javascript.{option}" which can control the format
9
# of trailing semicolon, space before function paren, etc.
10
+#
11
+# e.g.
12
+# let g:ultisnips_javascript = {
13
+# \ 'keyword-spacing': 'always',
14
+# \ 'semi': 'never',
15
+# \ 'space-before-function-paren': 'always',
16
+# \ }
17
+
18
19
global !p
20
from javascript_snippets import (
0 commit comments