Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
10sr
/
dotfiles-mirror
réplica de
https://github.com/10sr/dotfiles.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Update micro settings
pull/15/head
10sr
hace 6 años
padre
42b32832a6
commit
5bd99d5ce5
Se han
modificado 1 ficheros
con
19 adiciones
y
4 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+19
-4
micro/settings.json
+ 19
- 4
micro/settings.json
Ver fichero
@@ -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
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar