diff options
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2016-09-21 08:48:04 -0400 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2016-09-23 20:18:45 +0000 |
commit | 530667501b67dd9af8c7303c23fcabf062b898e0 (patch) | |
tree | db81d9f4190d221ced597e4f370f980fe4b60b97 /configs | |
parent | 3d13c285e1f9291cb13e21880507118b5d05f7a2 (diff) | |
download | talos-skeleton-530667501b67dd9af8c7303c23fcabf062b898e0.tar.gz talos-skeleton-530667501b67dd9af8c7303c23fcabf062b898e0.zip |
python: add vim modelines
Change-Id: Ic13d79892e3efe6f7bad357ad747e6fd25299d02
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/Barreleye.py | 2 | ||||
-rw-r--r-- | configs/Firestone.py | 2 | ||||
-rw-r--r-- | configs/Garrison.py | 2 | ||||
-rw-r--r-- | configs/Palmetto.py | 2 | ||||
-rw-r--r-- | configs/Witherspoon.py | 2 |
5 files changed, 10 insertions, 0 deletions
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 @@ MISC_SENSORS = { 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 @@ MISC_SENSORS = { 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 @@ MISC_SENSORS = { 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 @@ MISC_SENSORS = { 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 @@ MISC_SENSORS = { 0xb3 : { 'class' : 'PowerCap', 'os_path' : '/sys/class/hwmon/hwmon3/user_powercap' }, } + +# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4 |