Bugzilla – Attachment 175935 Details for
Bug 38546
prettierrc should set tabWidth and useTabs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38546: Set tabWidth and useTabs in prettierrc
Bug-38546-Set-tabWidth-and-useTabs-in-prettierrc.patch (text/plain), 790 bytes, created by
David Nind
on 2024-12-24 16:58:53 UTC
(
hide
)
Description:
Bug 38546: Set tabWidth and useTabs in prettierrc
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-12-24 16:58:53 UTC
Size:
790 bytes
patch
obsolete
>From 33b0e7765dab98016e3f104ba43d54e916cafb34 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 28 Nov 2024 15:52:16 +0100 >Subject: [PATCH] Bug 38546: Set tabWidth and useTabs in prettierrc > >Signed-off-by: David Nind <david@davidnind.com> >--- > .prettierrc.js | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/.prettierrc.js b/.prettierrc.js >index 2e9ca72393..1a0c01026b 100644 >--- a/.prettierrc.js >+++ b/.prettierrc.js >@@ -1,6 +1,8 @@ > module.exports = { > arrowParens: "avoid", > trailingComma: "es5", >+ tabWidth: 4, >+ useTabs: false, > overrides: [ > { > files: "*.vue", >@@ -9,4 +11,4 @@ module.exports = { > } > } > ] >-} >\ No newline at end of file >+} >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 38546
:
175017
|
175935
|
176097