Skip to content

Commit

Permalink
Added codemirror to assets
Browse files Browse the repository at this point in the history
Issue #1
  • Loading branch information
anandology committed Aug 10, 2022
1 parent 192020b commit 72bb231
Show file tree
Hide file tree
Showing 584 changed files with 105,745 additions and 0 deletions.
1 change: 1 addition & 0 deletions mkdocs_feather/assets/codemirror
7 changes: 7 additions & 0 deletions vendor/codemirror-5.65.7/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
8 changes: 8 additions & 0 deletions vendor/codemirror-5.65.7/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
*.txt text eol=lf
*.js text eol=lf
*.html text eol=lf
*.md text eol=lf
*.json text eol=lf
*.yml text eol=lf
*.css text eol=lf
*.svg text eol=lf
14 changes: 14 additions & 0 deletions vendor/codemirror-5.65.7/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/node_modules
/demo
/doc
/test
/test*.html
/index.html
/mode/*/*test.js
/mode/*/*.html
/mode/index.html
.*
/bin/authors.sh
/bin/lint
/bin/release
/bin/upload-release.js
Loading

0 comments on commit 72bb231

Please sign in to comment.