Skip to content

Commit cb90fe6

Browse files
committed
minor
1 parent 6168803 commit cb90fe6

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

.editorconfig

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
; EditorConfig is awesome: http://EditorConfig.org
2+
3+
; top-most EditorConfig file
4+
root = true
5+
6+
; Unix-style newlines with a newline ending every file
7+
[*]
8+
; end_of_line = lf
9+
insert_final_newline = true
10+
trim_trailing_whitespace = true
11+
12+
; 4 space indentation
13+
[*.py]
14+
indent_style = space
15+
indent_size = 4
16+
17+
; Tab indentation (no size specified)
18+
[*.js]
19+
; indent_style = tab
20+
indent_style = space
21+
indent_size = 4
22+
23+
; Indentation override for all JS under lib directory
24+
[lib/**.js]
25+
indent_style = space
26+
indent_size = 2

ui-contextmenu.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44

55
"title": "jQuery UI context menu plugin",
6-
"description": "Turn a jQuery UI Menu widget into a context menu.",
6+
"description": "Turn a jQuery UI Menu widget into a contextmenu.",
77
"keywords": ["context-menu", "contextmenu", "delegate",
88
"jquery-ui-menu", "menu", "navigation", "popup",
99
"right-click", "right-click-menu"],

0 commit comments

Comments
 (0)