Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 9 additions & 0 deletions system/admin/editor.md/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
15 changes: 15 additions & 0 deletions system/admin/editor.md/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
logs
*.log
*.pid
*.seed
node_modules/
.sass-cache/
research/
test/
backup/
examples/uploads/**/*
*.bat
*.sh
.project
.url
css/*.map
22 changes: 22 additions & 0 deletions system/admin/editor.md/.jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"asi": true,
"esnext": true,
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 2,
"latedef": true,
"newcap": true,
"noarg": true,
"quotmark": "singlequote",
"regexp": true,
"undef": false,
"unused": false,
"strict": true,
"trailing": true,
"smarttabs": true,
"white": true,
"laxbreak": true
}
553 changes: 553 additions & 0 deletions system/admin/editor.md/CHANGE.md

Large diffs are not rendered by default.

Loading