Bugzilla – Attachment 115004 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
0001-Bug-27375-Set-YAML-file-settings-in-.editorconfig.patch (text/plain), 714 bytes, created by
Johanna Räisä
on 2021-01-11 07:58:07 UTC
(
hide
)
Description:
Bug 27375: Set YAML file settings in .editorconfig
Filename:
MIME Type:
Creator:
Johanna Räisä
Created:
2021-01-11 07:58:07 UTC
Size:
714 bytes
patch
obsolete
>From c6d813a71e826380cb045f9a4ef93bdc8785f5a2 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 >--- > .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.17.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