Skip to content

Commit

Permalink
fix manifest.json indent and editorconfig mod
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Mar 7, 2019
1 parent e52829e commit 09ba0e0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[package.json]
[{package.json,manifest.json,*.yml}]
indent_style = space
indent_size = 2

Expand Down
24 changes: 12 additions & 12 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "Weather",
"short_name": "Weather",
"description": "Architecture demo app.",
"dir": "auto",
"lang": "en-US",
"display": "standalone",
"orientation": "portrait",
"scope": "/",
"start_url": "/?homescreen=1",
"background_color": "black",
"theme_color": "black"
}
"name": "Weather",
"short_name": "Weather",
"description": "Architecture demo app.",
"dir": "auto",
"lang": "en-US",
"display": "standalone",
"orientation": "portrait",
"scope": "/",
"start_url": "/?homescreen=1",
"background_color": "black",
"theme_color": "black"
}

0 comments on commit 09ba0e0

Please sign in to comment.