diff --git a/flake.nix b/flake.nix index c4c4545..7c8c94a 100644 --- a/flake.nix +++ b/flake.nix @@ -67,18 +67,7 @@ settings.formatter.oxfmt = { command = "${pkgs.oxfmt}/bin/oxfmt"; options = [ "--no-error-on-unmatched-pattern" ]; - includes = [ - "*.md" - "*.yml" - "*.yaml" - "*.json" - "*.ts" - "*.tsx" - "*.js" - "*.jsx" - "*.html" - "*.css" - ]; + includes = [ "*" ]; excludes = [ "CHANGELOG.md" ];