Skip to content

Commit

Permalink
Update code style settings
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Aug 2, 2016
1 parent 5d5b88d commit f4dd316
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

# Settings specific to Markdown files
[*.md]
trim_trailing_whitespace = false
[*.hbs]
insert_final_newline = false

[*.{diff,md}]
trim_trailing_whitespace = false
2 changes: 2 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"semi": [2, "always"],
"comma-style": [2, "last"],
"one-var": [2, "never"],
"strict": [2, "global"],
"prefer-template": 2,
"no-console": 0,
"no-use-before-define": [2, "nofunc"],
"no-underscore-dangle": 0,
Expand Down

0 comments on commit f4dd316

Please sign in to comment.