Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5608

[Vim] modeline 設定サンプル

$
0
0

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 :

参考

モードラインを使って、ファイルごとにvimエディタのオプションを指定する。 — 名無しのvim使い


Viewing all articles
Browse latest Browse all 5608

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>