Skip to content

Commit 2645193

Browse files
committed
Update fork to 5.47.0
2 parents dddf9dc + a7ce80f commit 2645193

542 files changed

Lines changed: 25970 additions & 14590 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.editorconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
end_of_line = lf
7+
charset = utf-8

.gitattributes

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
*.txt text
2-
*.js text
3-
*.html text
4-
*.md text
5-
*.json text
6-
*.yml text
7-
*.css text
8-
*.svg text
1+
*.txt text eol=lf
2+
*.js text eol=lf
3+
*.html text eol=lf
4+
*.md text eol=lf
5+
*.json text eol=lf
6+
*.yml text eol=lf
7+
*.css text eol=lf
8+
*.svg text eol=lf

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
/node_modules
22
/npm-debug.log
3+
/package-lock.json
34
/test*.html
45
.tern-*
56
*~
67
*.swp
78
.idea
89
*.iml
10+
/lib/codemirror.js

.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@
88
/mode/*/*.html
99
/mode/index.html
1010
.*
11+
/bin/authors.sh
12+
/bin/lint
13+
/bin/release
14+
/bin/upload-release.js

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ language: node_js
22
node_js:
33
- stable
44
sudo: false
5+
cache: npm

0 commit comments

Comments
 (0)