diff --git a/conf/energy_count_3000.conf b/conf/energy_count_3000.conf
index b7263e7a..fe03fe71 100644
--- a/conf/energy_count_3000.conf
+++ b/conf/energy_count_3000.conf
@@ -10,4 +10,12 @@
 #
 # Copyright (C) 2015 Tommy Vestermark
 
-decoder name=Energy-Count-3000,modulation=FSK_PCM,short=50,long=50,reset=800,bits>=550,bits<=590
+decoder {
+    name=Energy-Count-3000,
+    modulation=FSK_PCM,
+    short=50,
+    long=50,
+    reset=800,
+    bits>=550,
+    bits<=590
+}
diff --git a/conf/steffen_switch.conf b/conf/steffen_switch.conf
index ec2cee80..8ea7b0f1 100644
--- a/conf/steffen_switch.conf
+++ b/conf/steffen_switch.conf
@@ -2,4 +2,15 @@
 
 # should abort if (bb[0][0]!=0x00 || (bb[1][0]&0x07)!=0x07 || bb[1][0]!=bb[2][0] || bb[2][0]==bb[3][0])
 
-decoder name=Steffen-Switch,modulation=OOK_PPM,short=370,long=750,gap=1080,reset=6000,bits=25,get=@0:{5}:code,get=@20:{4}:button:[14:A 13:B 11:C 7:D 15:ALL],get=@16:{4}:state:[15:OFF 0:ON]
+decoder {
+    name        = Steffen-Switch,
+    modulation  = OOK_PPM,
+    short       = 370,
+    long        = 750,
+    gap         = 1080,
+    reset       = 6000,
+    bits        = 25,
+    get         = @0:{5}:code,
+    get         = @20:{4}:button:[14:A 13:B 11:C 7:D 15:ALL],
+    get         = @16:{4}:state:[15:OFF 0:ON],
+}
diff --git a/conf/valeo_car_key.conf b/conf/valeo_car_key.conf
index 0aecfd6c..a2cc90a0 100644
--- a/conf/valeo_car_key.conf
+++ b/conf/valeo_car_key.conf
@@ -4,4 +4,11 @@
 
 # preamble is actually repeated e8e8e8... (with ZEROBIT removed: d1d1d1...)
 
-decoder name=Valeo-Car-Key,modulation=OOK_MC_ZEROBIT,short=106,reset=400,bits=461,preamble=d1d1d0
+decoder {
+    name=Valeo-Car-Key,
+    modulation=OOK_MC_ZEROBIT,
+    short=106,
+    reset=400,
+    bits=461,
+    preamble=d1d1d0
+}