Skip to content

Commit

Permalink
Update from study-template
Browse files Browse the repository at this point in the history
Refresh for cohort 015
  • Loading branch information
BenGitsCode committed Oct 21, 2016
1 parent 8e527be commit 0cc3d86
Show file tree
Hide file tree
Showing 4 changed files with 817 additions and 45 deletions.
30 changes: 27 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,13 +1,37 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2

[*.js]
indent_style = space
indent_size = 2

[*.rb]
indent_style = space
indent_size = 2

[*.hbs]
insert_final_newline = false
indent_style = space
indent_size = 2

[*.css]
indent_style = space
indent_size = 2

[*.html]
indent_style = space
indent_size = 2

[*.md]
[*.{diff,md}]
trim_trailing_whitespace = false
2 changes: 1 addition & 1 deletion .remarkrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"plugins": {
"lint": {
"remark-lint": {
"blockquote-indentation": "2",
"checkbox-character-style": {
"checked": "x",
Expand Down
Loading

0 comments on commit 0cc3d86

Please sign in to comment.