mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
6f307ae01e
I noticed these inconsistencies in the tiddlywiki.info json files while working on the previous commit and thought I'd fix them for the sake of neatness and tidiness. This contains whitespace changes only, so git diff -b should be empty. Includes: - Remove some trailing whitespace in several files - Fix incorrect indenting in one file - Add end of file newlines in two files
24 lines
439 B
Plaintext
24 lines
439 B
Plaintext
{
|
|
"description": "Resume builder edition",
|
|
"plugins": [
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite",
|
|
"tiddlywiki/starlight",
|
|
"tiddlywiki/seamless",
|
|
"tiddlywiki/centralised",
|
|
"tiddlywiki/readonly"
|
|
],
|
|
"languages": [
|
|
],
|
|
"includeWikis": [
|
|
],
|
|
"build": {
|
|
"index": [
|
|
"--rendertiddler","$:/core/save/all","index.html","text/plain"],
|
|
"favicon": [
|
|
"--savetiddler","$:/favicon.ico","favicon.ico"]
|
|
}
|
|
}
|