-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add auto indentation for modules.json to template generator app for g…
…it tracking
- Loading branch information
1 parent
e45c88f
commit a58c40a
Showing
3 changed files
with
54 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
{"repeat":{"tabs":["Repeat"]}, "pix_n_flix":{"tabs":["Pixnflix"]}} | ||
{ | ||
"repeat": { | ||
"tabs": [ | ||
"Repeat" | ||
] | ||
}, | ||
"pix_n_flix": { | ||
"tabs": [ | ||
"Pixnflix" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters