Bugzilla – Attachment 127102 Details for
Bug 27375
Set YAML file settings in .editorconfig
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27375: Set YAML file settings in .editorconfig
Bug-27375-Set-YAML-file-settings-in-editorconfig.patch (text/plain), 768 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2021-10-29 18:05:55 UTC
(
hide
)
Description:
Bug 27375: Set YAML file settings in .editorconfig
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-10-29 18:05:55 UTC
Size:
768 bytes
patch
obsolete
>From d7e8b9fe9e4dbdcabfdab6f01bad2122128616ad Mon Sep 17 00:00:00 2001 >From: Johanna Raisa <johanna.raisa@gmail.com> >Date: Mon, 11 Jan 2021 09:49:45 +0200 >Subject: [PATCH] Bug 27375: Set YAML file settings in .editorconfig > >To test: >1) Start an editor that supports .editorconfig. >2) Open YAML file mappings.yaml for example. >3) Format the file. >4) Observe that nothing changes. > >Sponsored-by: Koha-Suomi Oy > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > .editorconfig | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/.editorconfig b/.editorconfig >index 569457ec6a..b0ea8b8118 100644 >--- a/.editorconfig >+++ b/.editorconfig >@@ -13,3 +13,7 @@ charset = utf-8 > > [*.json] > indent_size = 2 >+ >+[*.yaml] >+indent_size = 2 >+quote_type = single >-- >2.33.1
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 27375
:
115004
| 127102