summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-05-02 02:45:35 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-05-02 02:45:35 +0200
commitf5217fa14b3b4369522d09a37d05f840faf60c7b (patch)
tree30f6d6fae8bf0da1ccf775f112a41ac81403a78e
parent78715c75ea29590e916872fe0a2bd2ce77f28e85 (diff)
downloadgohugo-theme-ed-f5217fa14b3b4369522d09a37d05f840faf60c7b.tar.gz
Correct code style
-rw-r--r--.editorconfig2
-rw-r--r--static/manifest.webmanifest12
2 files changed, 7 insertions, 7 deletions
diff --git a/.editorconfig b/.editorconfig
index e72bc3f..a00d375 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -11,7 +11,7 @@ insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
-[*.{json,yaml,yml,toml,md,babelrc,eslintrc,postcssrc,stylelintrc,ecrc,gitattributes}]
+[*.{json,webmanifest,yaml,yml,toml,md,babelrc,eslintrc,postcssrc,stylelintrc,ecrc,gitattributes}]
indent_style = space
indent_size = 2
diff --git a/static/manifest.webmanifest b/static/manifest.webmanifest
index a2ecebf..a43b334 100644
--- a/static/manifest.webmanifest
+++ b/static/manifest.webmanifest
@@ -1,8 +1,8 @@
{
- "short_name": "Ed.",
- "name": "Ed: a Hugo theme for minimal editions",
- "icons": [
- { "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" },
- { "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" }
- ]
+ "short_name": "Ed.",
+ "name": "Ed: a Hugo theme for minimal editions",
+ "icons": [
+ { "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" },
+ { "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" }
+ ]
}