Git Product home page Git Product logo

ca65-mode's People

Contributors

syohex avatar wendelscardua avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ca65-mode's Issues

Wrong .else indent

.else is currently being ignored for indent purposes, when it should be aligned with .if ... .endif

Find a better indent rule for line continuations

Instead of

.define dialog_ppu_table    $0000, \
                            $218e,      $21b2,      $21c9,      $21f0,      $2227,      $0000, \
                                                                                        $2188,      $21c8,      $0000

I think this would look better:

.define dialog_ppu_table    $0000, \
                            $218e,      $21b2,      $21c9,      $21f0,      $2227,      $0000, \
                            $2188,      $21c8,      $0000

(the current rule only looks fine when there's a single entry per line)

How to configure indent size

Hello,
Tried to use your package today. Looks nice but I don't like the default indent size of 2.
Is it possible to change that ? I didn't see anything related to configuration... Just a setq-local in your code...
Could you make that available as a configuration option ?
thx,stF

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.