本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
10sr
/
dotfiles-mirror
镜像来自
https://github.com/10sr/dotfiles.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
0
Wiki
活動
瀏覽代碼
Update micro settings
pull/15/head
10sr
6 年之前
父節點
42b32832a6
當前提交
5bd99d5ce5
共有
1 個檔案被更改
,包括
19 行新增
和
4 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+19
-4
micro/settings.json
+ 19
- 4
micro/settings.json
查看文件
@@ -1,16 +1,27 @@
{
"*.json": {
"indentchar": "\t",
"tabsize": 4
},
"autoclose": true,
"autoindent": true,
"autosave": false,
"colorcolumn": 0,
"colorscheme": "solarized",
"cursorline": true,
"eofnewline": false,
"fastdirty": true,
"fileformat": "unix",
"ftoptions": true,
"gofmt": true,
"goimports": false,
"ignorecase": false,
"indentchar": " ",
"infobar": true,
"keepautoindent": false,
"keymenu": false,
"linter": true,
"mouse": true,
"pluginchannels": [
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/channel.json",
"https://github.com/10sr/editorconfig-micro/raw/master/channel.json"
@@ -19,16 +30,20 @@
"rmtrailingws": true,
"ruler": true,
"savecursor": false,
"savehistory": true,
"saveundo": false,
"scrollbar": false,
"scrollmargin": 3,
"scrollspeed": 2,
"softwrap": false,
"splitbottom": true,
"splitright": true,
"statusline": true,
"sucmd": "sudo",
"syntax": true,
"tabmovement": false,
"tabsize": 4,
"tabstospaces": false,
"*.json": {
"tabsize": 4,
"indentchar": "\t"
}
"termtitle": false,
"useprimary": true
}
Write
Preview
Loading…
取消
儲存