@theholocron/cli 3.8.1 → 3.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.mjs CHANGED
@@ -2759,8 +2759,6 @@ function editorconfigContent() {
2759
2759
  ``,
2760
2760
  `[*.{md,mdx}]`,
2761
2761
  `trim_trailing_whitespace = false`,
2762
- `indent_style = space`,
2763
- `indent_size = 2`,
2764
2762
  ``,
2765
2763
  `[.*{rc,ignore}]`,
2766
2764
  `indent_style = space`,
@@ -2844,6 +2842,7 @@ const EDITORCONFIG_CHECKER_CONFIG = JSON.stringify({
2844
2842
  Exclude: [
2845
2843
  "(^|.+/)LICENSE$",
2846
2844
  "^public/.*",
2845
+ "\\.md$",
2847
2846
  "\\.mdx$"
2848
2847
  ],
2849
2848
  AllowedContentTypes: [],