Giter Club home page Giter Club logo

Comments (3)

shwestrick avatar shwestrick commented on May 25, 2024 1

We now correctly handle the example given above. The current output is:

val x =
  (* this is a
   * multiline comment
   * which needs some love
   *)
  "I wonder where \
  \the rest of this string will go?"

from smlfmt.

shwestrick avatar shwestrick commented on May 25, 2024

I believe this is now correct as long as every tab in the input is properly aligned.

(By "properly aligned", I mean that tabs appear only at multiples of the tab-width. For example with a tab-width of 4, the line \t1234\t12345678\t123 is aligned, because the tabs appear at positions which are multiples of 4, but the line 123\t12345678 is not.)

What is the effective spacing of a misaligned tab? Maybe we just need to advance to the next aligned position? This seems to be the way VSCode handles it. Same for other editors too?

from smlfmt.

shwestrick avatar shwestrick commented on May 25, 2024

I finished this up by advancing to the next tabstop. Tab widths are controllable via -tab-stop <int> arg at the command-line.

from smlfmt.

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.