modelineの設定を追加しておくと、他の環境に持って行った場合に規約を合わせた変更が楽になるので設定しておく。
python
python2
#! /usr/bin/env python# -*- coding: utf-8 -*-# vim:fenc=utf-8 ff=unix ft=python ts=4 sw=4 sts=4 si et :
python3
#! /usr/bin/env python3# -*- coding: utf-8 -*-# vim:fenc=utf-8 ff=unix ft=python ts=4 sw=4 sts=4 si et :
shell
bash
# vim: set ft=sh ff=unix fileencoding=utf-8 expandtab ts=4 sw=4 :