diff --git a/repo.json b/repo.json new file mode 100644 index 0000000..cad0fc8 --- /dev/null +++ b/repo.json @@ -0,0 +1,14 @@ +[{ + "Name": "detectindent", + "Description": "Automatically detect indentation settings", + "Tags": ["indent", "detect"], + "Versions": [ + { + "Version": "1.0.0", + "Url": "https://github.com/dmaluka/micro-detectindent/archive/v1.0.0.zip", + "Require": { + "micro": ">=2.0.0" + } + } + ] +}]