Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed May 25, 2017
1 parent e1aa0fd commit 417bf12
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
root = true

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

[*.md]
trim_trailing_whitespace = false
2 changes: 1 addition & 1 deletion lib/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ window.onload = function() {
const ui = SwaggerUIBundle(options)
{{#if oauthOptions}}
if (ui.hasOwnProperty("initOAuth")) {
ui.initOAuth({{{json oauthOptions}}})
ui.initOAuth({{{json oauthOptions}}})
}
{{/if}}
window.ui = ui
Expand Down

0 comments on commit 417bf12

Please sign in to comment.