mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 14:47:16 +09:00
Update options.md
Fixes json syntax and adds syntax highlighting.
This commit is contained in:
committed by
GitHub
parent
5df28c76e8
commit
ee5ac6a582
@@ -123,16 +123,16 @@ In the `settings.json` file you can also put set options locally by specifying a
|
|||||||
Here is an example which has `tabstospaces` on for all files except Go files, and
|
Here is an example which has `tabstospaces` on for all files except Go files, and
|
||||||
`tabsize` 4 for all files except Ruby files:
|
`tabsize` 4 for all files except Ruby files:
|
||||||
|
|
||||||
```
|
```json
|
||||||
{
|
{
|
||||||
"*.go": {
|
"*.go": {
|
||||||
"tabstospaces": false
|
"tabstospaces": false
|
||||||
},
|
},
|
||||||
"*.rb": {
|
"*.rb": {
|
||||||
"tabsize": 2
|
"tabsize": 2
|
||||||
}
|
},
|
||||||
"tabstospaces": true,
|
"tabstospaces": true,
|
||||||
"tabsize": 4,
|
"tabsize": 4
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user