Code Monkey home page Code Monkey logo

Comments (1)

ejmr avatar ejmr commented on August 16, 2024

The example in the README is intended to demonstrate a different aspect of the indentation: the treatment of the closing parentheses. I aligned the => operators out of habit, which I do by using align-regexp bound to a key. But I did not consider the potential confusion in the example until you brought this up. I can see how a person may think that php-mode automatically aligns things by =>. Since that is not the case I have changed the example in the README.

Adding a rule to align-rules-list (available from M-x customize-group align) may be the easiest approach, although it would still require manually running M-x align to get the desired effect; or add a small hook to run align every time you save a file. The other approach that comes to mind is to change the behavior of two cc-mode properties, which is the engine that indents php-mode: arglist-cont and arglist-cont-nonempty. It should be possible to automatically align array contents by => by writing a custom line-up function to use with those two:

http://www.gnu.org/software/emacs/manual/html_mono/ccmode.html#Custom-Line_002dUp

So that may be a good place to start if you want to implement such a feature. Although I am not an Elisp guru, and personally I think diving into cc-mode is the path to insanity, so hopefully someone else knows of an easier approach, lol.

Thanks for the bug report too, since I didn't notice that potential for confusion caused by the example.

from php-mode.

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.