From cc1ecbf67889aebf31ce934acbf3bf403689c3a1 Mon Sep 17 00:00:00 2001 From: Paolo Marrone Date: Tue, 30 Jul 2024 15:16:11 +0200 Subject: [PATCH] indent json according to my personal taste --- test/android-make.json | 34 +++++++++++++++++----------------- test/android.json | 2 +- test/cmd-make.json | 4 ++-- test/company.json | 7 ++++--- test/daisy-seed-make.json | 2 +- test/daisy-seed.json | 2 +- test/ios-make.json | 4 ++-- test/ios.json | 2 +- test/lv2-make.json | 4 ++-- test/vst3-make.json | 4 ++-- 10 files changed, 33 insertions(+), 32 deletions(-) diff --git a/test/android-make.json b/test/android-make.json index 6c35e5c..024d671 100644 --- a/test/android-make.json +++ b/test/android-make.json @@ -1,21 +1,21 @@ { "android_make": { - "cxxflags": "-I../../../miniaudio", - "keyStore": "keystore.jks", - "keyAlias": "androidkey", - "storePass": "android", - "keyPass": "android", - "sdkDir": "${HOME}/Android/Sdk", - "ndkVersion": "27.0.11902837", - "buildToolsVersion": "35.0.0", - "androidxDir": "${HOME}/Android/androidx", - "kotlinDir": "${HOME}/Android/kotlin", - "androidVersion": "35", - "androidxCoreVersion": "1.13.1", - "androidxLifecycleCommonVersion": "2.8.3", - "androidxVersionedparcelableVersion": "1.2.0", - "kotlinStdlibVersion": "2.0.0", - "kotlinxCoroutinesCoreVersion": "1.8.0", - "kotlinxCoroutinesCoreJVMVersion": "1.8.1" + "cxxflags" : "-I../../../miniaudio", + "keyStore" : "keystore.jks", + "keyAlias" : "androidkey", + "storePass" : "android", + "keyPass" : "android", + "sdkDir" : "${HOME}/Android/Sdk", + "ndkVersion" : "27.0.11902837", + "buildToolsVersion" : "35.0.0", + "androidxDir" : "${HOME}/Android/androidx", + "kotlinDir" : "${HOME}/Android/kotlin", + "androidVersion" : "35", + "androidxCoreVersion" : "1.13.1", + "androidxLifecycleCommonVersion" : "2.8.3", + "androidxVersionedparcelableVersion" : "1.2.0", + "kotlinStdlibVersion" : "2.0.0", + "kotlinxCoroutinesCoreVersion" : "1.8.0", + "kotlinxCoroutinesCoreJVMVersion" : "1.8.1" } } diff --git a/test/android.json b/test/android.json index 8ff614f..80a6088 100644 --- a/test/android.json +++ b/test/android.json @@ -1,5 +1,5 @@ { "android": { - "javaPackageName": "com.example.tibia_test" + "javaPackageName" : "com.example.tibia_test" } } diff --git a/test/cmd-make.json b/test/cmd-make.json index 80354ec..ce91bea 100644 --- a/test/cmd-make.json +++ b/test/cmd-make.json @@ -1,6 +1,6 @@ { "cmd_make": { - "tinywavDir": "../../../tinywav", - "midiParserDir": "../../../midi-parser" + "tinywavDir" : "../../../tinywav", + "midiParserDir" : "../../../midi-parser" } } diff --git a/test/company.json b/test/company.json index 32f0f2e..ca774bf 100644 --- a/test/company.json +++ b/test/company.json @@ -1,7 +1,8 @@ { "company": { - "name": "Example company", - "url": "https://www.example.com/", - "email": "info@example.com" + "name": "Example company", + "url": "https://www.example.com/", + "email": "info@example.com", + "domain": "com.example" } } diff --git a/test/daisy-seed-make.json b/test/daisy-seed-make.json index 80708c6..26e5c3d 100644 --- a/test/daisy-seed-make.json +++ b/test/daisy-seed-make.json @@ -1,5 +1,5 @@ { "daisy_seed_make": { - "libdaisyDir": "../../../libDaisy" + "libdaisyDir" : "../../../libDaisy" } } diff --git a/test/daisy-seed.json b/test/daisy-seed.json index a9e577a..2a6478d 100644 --- a/test/daisy-seed.json +++ b/test/daisy-seed.json @@ -1,5 +1,5 @@ { "daisy_seed": { - "parameterPins": [ 15, 16, 17, 18, 22 ] + "parameterPins" : [ 15, 16, 17, 18, 22 ] } } diff --git a/test/ios-make.json b/test/ios-make.json index dc4c477..9e7ebe7 100644 --- a/test/ios-make.json +++ b/test/ios-make.json @@ -1,6 +1,6 @@ { "ios_make": { - "headerSearchPaths": [ "../../../../../miniaudio" ], - "deploymentTarget": 16.6 + "headerSearchPaths" : [ "../../../../../miniaudio" ], + "deploymentTarget" : 16.6 } } diff --git a/test/ios.json b/test/ios.json index ccb467b..49814e3 100644 --- a/test/ios.json +++ b/test/ios.json @@ -1,5 +1,5 @@ { "ios": { - "productBundleIdentifier": "com.example.tibia-test" + "productBundleIdentifier" : "com.example.tibia-test" } } diff --git a/test/lv2-make.json b/test/lv2-make.json index 87aca4c..8c4805c 100644 --- a/test/lv2-make.json +++ b/test/lv2-make.json @@ -1,6 +1,6 @@ { "lv2_make": { - "cflags": "$(shell pkg-config --cflags pugl-cairo-0 pugl-0 cairo)", - "ldflags": "$(shell pkg-config --libs pugl-cairo-0 pugl-0 cairo) -Wl,-rpath,$(shell pkg-config --variable=libdir pugl-cairo-0),-rpath,$(shell pkg-config --variable=libdir pugl-0),-rpath,$(shell pkg-config --variable=libdir cairo)" + "cflags" : "$(shell pkg-config --cflags pugl-cairo-0 pugl-0 cairo)", + "ldflags" : "$(shell pkg-config --libs pugl-cairo-0 pugl-0 cairo) -Wl,-rpath,$(shell pkg-config --variable=libdir pugl-cairo-0),-rpath,$(shell pkg-config --variable=libdir pugl-0),-rpath,$(shell pkg-config --variable=libdir cairo)" } } diff --git a/test/vst3-make.json b/test/vst3-make.json index 77982a9..80ac5e0 100644 --- a/test/vst3-make.json +++ b/test/vst3-make.json @@ -1,6 +1,6 @@ { "vst3_make": { - "cflags": "-I../../../vst3_c_api $(shell pkg-config --cflags pugl-cairo-0)", - "ldflags": "$(shell pkg-config --libs pugl-cairo-0 pugl-0 cairo) -Wl,-rpath,$(shell pkg-config --variable=libdir pugl-cairo-0),-rpath,$(shell pkg-config --variable=libdir pugl-0),-rpath,$(shell pkg-config --variable=libdir cairo)" + "cflags" : "-I../../../vst3_c_api $(shell pkg-config --cflags pugl-cairo-0)", + "ldflags" : "$(shell pkg-config --libs pugl-cairo-0 pugl-0 cairo) -Wl,-rpath,$(shell pkg-config --variable=libdir pugl-cairo-0),-rpath,$(shell pkg-config --variable=libdir pugl-0),-rpath,$(shell pkg-config --variable=libdir cairo)" } }