Giter VIP home page Giter VIP logo

alexandra's Issues

Consider: RFC0166 Function application

While preferably I'd like to stick as close as possible to Alejandra, one of my largest pet peeves with Alejandra is how newline happy it is for many function attributes longer than one...

So, I propose to allow having multiple arguments inline, given that the line-length does not get too long.

This however would require building up new logic inside Alejandra to do this measurement of such an "inline" block. If this is done, it would make it a much harder diversion from Alejandra as a project, and Alexandra would no longer be a simple "Alejandra, but with spaces!" project which was its primary goal.

Feedback is welcome.


Example:

For example given the input of:

{ arg1, arg2, arg3, ... }:

Alejandra would format it onto 4 separate lines:

{
  arg1,
  arg2,
  arg3,
  ...
}:

Consideration is to follow the precedent set by RFC 0166 for argument lists, which says notably the following:

As many arguments as possible must be fit onto the first line.
...
RFC 0166: Section for Function Application.

Which would allow the previous formatting to stay unchanged, as it is "small".

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.