git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormail_redacted_for_web 2021-05-19 10:04:45 +0100
committermail_redacted_for_web 2021-05-19 10:04:45 +0100
commit6246354f477473d8480d67ce25e9c5b9234f0852 (patch)
treebb570ed26332548e7bb391b82c064ddfaf67f61f
parentd5ae85cc4891aa3ba34287eb56b13991465d5b99 (diff)
downloadcontrol-repo-template-6246354f477473d8480d67ce25e9c5b9234f0852.tar.bz2
Indentation for JSON
4 spaces, closing brace at same level as opening brace Co-authored-by: Reid Vandewiele <reid@puppet.com>
-rw-r--r--site-modules/adhoc/tasks/win_example.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/site-modules/adhoc/tasks/win_example.json b/site-modules/adhoc/tasks/win_example.json
index cfac998..42dccda 100644
--- a/site-modules/adhoc/tasks/win_example.json
+++ b/site-modules/adhoc/tasks/win_example.json
@@ -1,4 +1,4 @@
{
- "description": "This is the description for the win_example task",
- "input_method": "powershell"
- }
+ "description": "This is the description for the win_example task",
+ "input_method": "powershell"
+}