python: add vim modelines

Change-Id: Ic13d79892e3efe6f7bad357ad747e6fd25299d02
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/configs/Barreleye.py b/configs/Barreleye.py
index e9ff476..03badf6 100644
--- a/configs/Barreleye.py
+++ b/configs/Barreleye.py
@@ -573,3 +573,5 @@
 	0x33 : { 'class' : 'PowerCap',
 		'os_path' : '/sys/class/hwmon/hwmon3/user_powercap' },
 }
+
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/configs/Firestone.py b/configs/Firestone.py
index 3d282c8..f4281e9 100644
--- a/configs/Firestone.py
+++ b/configs/Firestone.py
@@ -488,3 +488,5 @@
 	0xb3 : { 'class' : 'PowerCap',
 		'os_path' : '/sys/class/hwmon/hwmon3/user_powercap' },
 }
+
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/configs/Garrison.py b/configs/Garrison.py
index 05d32da..3c06791 100644
--- a/configs/Garrison.py
+++ b/configs/Garrison.py
@@ -488,3 +488,5 @@
 	0xb3 : { 'class' : 'PowerCap',
 		'os_path' : '/sys/class/hwmon/hwmon3/user_powercap' },
 }
+
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/configs/Palmetto.py b/configs/Palmetto.py
index d069de9..394f5a3 100644
--- a/configs/Palmetto.py
+++ b/configs/Palmetto.py
@@ -155,3 +155,5 @@
 	0x33 : { 'class' : 'PowerCap',
 		'os_path' : '/sys/class/hwmon/hwmon1/user_powercap' },
 }
+
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/configs/Witherspoon.py b/configs/Witherspoon.py
index ea1e3b4..008f479 100644
--- a/configs/Witherspoon.py
+++ b/configs/Witherspoon.py
@@ -511,3 +511,5 @@
     0xb3 : { 'class' : 'PowerCap',
         'os_path' : '/sys/class/hwmon/hwmon3/user_powercap' },
 }
+
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4