Skip to content
#

beautifier

Here are 92 public repositories matching this topic...

spider-mane
spider-mane commented Feb 21, 2020

In twig, whenever a comment starts the first non-empty line following an opening tag, the attributes are forced onto a new line and indented.

<div class="container text-white-90">

  {# brand/ logo #}

becomes

<div 
  class="container text-white-90">

  {# brand/ logo #}

I'm using the Twig Language VS Code extension, but this also happens on the website

muuvmuuv
muuvmuuv commented Sep 27, 2018

In the README.md We should better describe the usage. So everyone better understands how to implement this. Something Like:

"First you need to import Unibeautify and load a beautifier to it, so Unibeautify can use beautifier to beautify your text/file that you give it later. Next you need to specfiy some options, have a look here [LINK] to s

Find outdated dependencies of your Go projects. go-mod-outdated provides a table view of the go list -u -m -json all command which lists all dependencies of a Go project and their available minor and patch updates. It also provides a way to filter indirect dependencies and dependencies without updates.

  • Updated Apr 9, 2020
  • Go
adonchey
adonchey commented May 16, 2019

$test = @{ "First Name" = "Bob"; "Last Name" = "Smith" }
Write-Host "First Name : " $test."First Name"
Write-Host "Last Name : " $test."Last Name"

gets changed to

$test = @{ "First Name" = "Bob"; "Last Name" = "Smith" }
Write-Host "First Name : " $test. "First Name"
Write-Host "Last Name : " $test. "Last Name"

it puts a space between $test. and "First Name"/"Last Name".

patsevanton
patsevanton commented May 16, 2017

May be add 4 space after proxy_set_header for improve readability?
Before

    proxy_set_header Host $host;
    proxy_set_header X-Real-IP $remote_addr;
    proxy_set_header X-Forwarded-Host $host;
    proxy_set_header X-Forwarded-Server $host;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_set_header X-Real-IP $remote_addr;

After

    proxy_set_he
hellojianqun
hellojianqun commented Jun 14, 2019

Please provide the following information

Madedit-Mod version (or branch):
v 0.4.16

platform/architecture:
Windows x64

compiler and compiler version:

please describe what symptom you see, what you would expect to see instead and how to reproduce it.

如果打开很多个文件,以致文档Tab超出窗口宽度时, 文档Tab会出现以下问题:

  1. 当文件数量刚好比窗口宽度可容纳的Tab数量多1时,视文档名长度,最后一个文档Tab的关闭按钮可能会被遮挡.
    ![image](https://user-images.gi

Improve this page

Add a description, image, and links to the beautifier topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the beautifier topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.