mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-20 07:50:25 +00:00
11 lines
303 B
JSON
11 lines
303 B
JSON
|
|
{
|
||
|
|
"name": "ftoptions",
|
||
|
|
"description": "Sets basic options based on the filetype (for example Makefiles require tabs).",
|
||
|
|
"website": "https://github.com/zyedidia/micro",
|
||
|
|
"install": "https://github.com/zyedidia/micro",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"require": [
|
||
|
|
"micro >= 2.0.0"
|
||
|
|
]
|
||
|
|
}
|