Coder Social home page Coder Social logo

eskip pretty printing option about skipper HOT 6 CLOSED

zalando avatar zalando commented on May 23, 2024
eskip pretty printing option

from skipper.

Comments (6)

pc-alves avatar pc-alves commented on May 23, 2024

Working on this issue I came across a question: Should indentation be

  1. a single space (' ')
  2. a single tab (\t)
  3. one of the above as default, and an option for the number of spaces (-s4 to have 4 spaces)

Any thoughts? Comments?

from skipper.

aryszka avatar aryszka commented on May 23, 2024

in our practice, two spaces became a de-facto standard. It could be the default for the tool, too. For overriding, I would prefer a single option, where one can specify just anything as the atomic indentation:

-indent "    "

the value of this parameter could be validated with "\s*", because we accept all \s when parsing eskip.

from skipper.

lmineiro avatar lmineiro commented on May 23, 2024

Wondering if we could consider the "existing" OFS, RS, ... environment variables that already control the output of some well known tools, line AWK

from skipper.

LappleApple avatar LappleApple commented on May 23, 2024

Hey @aryszka @pc-alves @lmineiro This issue started in Jan 2016. Anything we can do here--add a Help Wanted label, add something to the README, etc.? Would like to close.

from skipper.

pc-alves avatar pc-alves commented on May 23, 2024

PR #180 implemented pretty-print with a default option of two spaces for indentation.
@aryszka suggested the -indent " " command line option, which was not implemented. I left the issue open for this reason. But I'm fine with closing it, and having the indent option as a separate issue.

from skipper.

LappleApple avatar LappleApple commented on May 23, 2024

Thanks, @pc-alves.

from skipper.

Related Issues (20)

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.