Skip to content

Commit

Permalink
chore: prepare v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Mar 12, 2024
1 parent b7f1b49 commit a832e5d
Show file tree
Hide file tree
Showing 4 changed files with 939 additions and 66 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mdsf"
version = "0.0.0"
version = "0.0.1"
edition = "2021"
description = "Format markdown code snippets using your favorite code formatters"
authors = ["Mads Hougesen <[email protected]>"]
Expand Down
64 changes: 0 additions & 64 deletions schemas/v0.0.0/mdsf.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,6 @@
}
]
},
"crystal": {
"default": {
"enabled": true,
"formatter": "crystal_format"
},
"allOf": [
{
"$ref": "#/definitions/Crystal"
}
]
},
"csharp": {
"default": {
"enabled": true,
Expand Down Expand Up @@ -212,17 +201,6 @@
}
]
},
"roc": {
"default": {
"enabled": true,
"formatter": "roc_format"
},
"allOf": [
{
"$ref": "#/definitions/Roc"
}
]
},
"ruby": {
"default": {
"enabled": true,
Expand Down Expand Up @@ -387,27 +365,6 @@
"type": "string",
"enum": ["clang-format"]
},
"Crystal": {
"type": "object",
"properties": {
"enabled": {
"default": true,
"type": "boolean"
},
"formatter": {
"default": "crystal_format",
"allOf": [
{
"$ref": "#/definitions/CrystalFormatter"
}
]
}
}
},
"CrystalFormatter": {
"type": "string",
"enum": ["crystal_format"]
},
"Css": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -723,27 +680,6 @@
"type": "string",
"enum": ["ruff", "black", "yapf", "blue", "autopep8"]
},
"Roc": {
"type": "object",
"properties": {
"enabled": {
"default": true,
"type": "boolean"
},
"formatter": {
"default": "roc_format",
"allOf": [
{
"$ref": "#/definitions/RocFormatter"
}
]
}
}
},
"RocFormatter": {
"type": "string",
"enum": ["roc_format"]
},
"Ruby": {
"type": "object",
"properties": {
Expand Down
Loading

0 comments on commit a832e5d

Please sign in to comment.