[GH-ISSUE #1844] Could you change the indentStyle from tab to space? #8942

Closed
opened 2026-04-13 04:11:22 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @rinarakaki on GitHub (Mar 16, 2025).
Original GitHub issue: https://github.com/better-auth/better-auth/issues/1844

Is this suited for github?

  • Yes, this is suited for github

To Reproduce

N/A

Current vs. Expected behavior

It's really hard to read code with tabs, especially on GitHub. I actually haven't seen a single project that uses tabs for indentation in the JS codebase.

See for example: https://github.com/better-auth/better-auth/blob/main/demo/nextjs/components/sign-in.tsx

What version of Better Auth are you using?

N/A

Provide environment information

N/A

Which area(s) are affected? (Select all that apply)

Package

Auth config (if applicable)

import { betterAuth } from "better-auth"
export const auth = betterAuth({
  emailAndPassword: {  
    enabled: true
  },
});

Additional context

No response

Originally created by @rinarakaki on GitHub (Mar 16, 2025). Original GitHub issue: https://github.com/better-auth/better-auth/issues/1844 ### Is this suited for github? - [x] Yes, this is suited for github ### To Reproduce N/A ### Current vs. Expected behavior It's really hard to read code with tabs, especially on GitHub. I actually haven't seen a single project that uses tabs for indentation in the JS codebase. See for example: https://github.com/better-auth/better-auth/blob/main/demo/nextjs/components/sign-in.tsx ### What version of Better Auth are you using? N/A ### Provide environment information ```bash N/A ``` ### Which area(s) are affected? (Select all that apply) Package ### Auth config (if applicable) ```typescript import { betterAuth } from "better-auth" export const auth = betterAuth({ emailAndPassword: { enabled: true }, }); ``` ### Additional context _No response_
GiteaMirror added the lockedbug labels 2026-04-13 04:11:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#8942