diff --git a/.editorconfig b/.editorconfig index 43456223..c92fdf7f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,7 +14,7 @@ indent_style = space indent_size = 2 trim_trailing_whitespace = false -[*.{js,nix,yml,yaml}] +[*.{js,json,nix,yml,yaml}] indent_style = space indent_size = 2 tab_width = 2 diff --git a/release.json b/release.json index a80b41ea..1de9e327 100644 --- a/release.json +++ b/release.json @@ -1,4 +1,4 @@ { - "release": "v0.8", - "isReleaseBranch": false + "release": "v0.8", + "isReleaseBranch": false }