diff --git a/.editorconfig b/.editorconfig index 152d6e308..cc0295dc8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -18,3 +18,8 @@ trim_trailing_whitespace = true ij_kotlin_code_style_defaults = KOTLIN_OFFICIAL ij_kotlin_name_count_to_use_star_import = 999 ij_kotlin_name_count_to_use_star_import_for_members = 999 + +[*.json] +charset = utf-8 +indent_style = space +indent_size = 2 diff --git a/renovate.json b/renovate.json index 0ab4c53d4..ca96462e6 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,7 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "github>jellyfin/.github//renovate-presets/gradle", - ":semanticCommitsDisabled" - ] + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>jellyfin/.github//renovate-presets/gradle", + ":semanticCommitsDisabled" + ] }