diff options
| -rwxr-xr-x | share/extensions/restack.py | 2 | ||||
| -rwxr-xr-x | share/extensions/text_extract.py | 2 | ||||
| -rwxr-xr-x | share/extensions/text_merge.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/share/extensions/restack.py b/share/extensions/restack.py index 507353025..dc877cd9e 100755 --- a/share/extensions/restack.py +++ b/share/extensions/restack.py @@ -151,4 +151,4 @@ if __name__ == '__main__': e.affect() -# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99 +# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99 diff --git a/share/extensions/text_extract.py b/share/extensions/text_extract.py index dfcddefdc..b6b575dfc 100755 --- a/share/extensions/text_extract.py +++ b/share/extensions/text_extract.py @@ -163,4 +163,4 @@ if __name__ == '__main__': e = Extract() e.affect() -# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99 +# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99 diff --git a/share/extensions/text_merge.py b/share/extensions/text_merge.py index 625f14b75..a3ba29022 100755 --- a/share/extensions/text_merge.py +++ b/share/extensions/text_merge.py @@ -199,4 +199,4 @@ if __name__ == '__main__': e = Merge() e.affect() -# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99 +# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99 |
