我的Sublime Text 3配置

{
    "default_encoding": "UTF-8",
    "default_line_ending": "unix",
    "font_size": 10,
    "highlight_line": true,
    "hot_exit": false,
    "line_padding_bottom": 0.5,
    "line_padding_top": 0.5,
    "remember_open_files": false,
    "tab_size": 4,
    "draw_white_space": "selection",        //all
    "translate_tabs_to_spaces": false,
    "update_check": false,
    "word_wrap": false,
    "update_check": false,
}

我的gVim配置

" 语法高亮
syntax on

" 自动缩进
set ai

" 显示行号
set nu

" tab宽度
set tabstop=4

" 不要自动备份文件
set nobackup

" 不自动换行
set nowrap

" 字体名称、高度、字符集
set gfn=Consolas:h11:cANSI:qDRAFT

" 默认文件编码
set fileencoding=utf-8

" 文件编码
set fileencodings=utf-8,cp93

" 不响应鼠标
set mouse=
set ttymouse=

" 不使用系统剪贴版
set clipboard=