이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
10sr
/
dotfiles-mirror
의 미러
https://github.com/10sr/dotfiles.git
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
0
위키
활동
소스 검색
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
}
쓰기
미리보기
불러오는 중...
취소
저장