Code Monkey home page Code Monkey logo

Comments (4)

RX14 avatar RX14 commented on August 24, 2024 2

We do recommend people still with the crystal formatter though, so that all crystal programs have a consistent style.

from sublime-crystal.

faustinoaq avatar faustinoaq commented on August 24, 2024

How to delete this action and move it to a function key.

Is a crystal formatting convention, just constants, hashes and name tuples should be aligned.

from sublime-crystal.

faultyserver avatar faultyserver commented on August 24, 2024

You can also add "auto_format": false to your syntax-specific settings for Crystal to disable the automatic formatting when you save a file, e.g.:

{
  "auto_format": false,
  "crystal_cmd": "crystal"
}

"Crystal: format" will still be available in the command palette, and you should be able to set up a keybinding for it manually.

As for the spacing being an option in the formatter, that's almost definitely not going to happen. The Crystal formatter is opinionated, but consistent, and options for stylistic choices are not being added.

from sublime-crystal.

papilip avatar papilip commented on August 24, 2024

Thank both for solution and link.

from sublime-crystal.

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.