Files
doomemacs/modules/lang
Henrik Lissner a9e08e15d7 fix(php): treesit: PSR-2 indentation for chained methods
Before:

    public function someMethod()
    {
        return $this->doSomething()
                   ->doSomethingElse()
                   ->andDoOneLastThing();
    }

After:

    public function someMethod()
    {
        return $this->doSomething()
            ->doSomethingElse()
            ->andDoOneLastThing();
    }

Fix: doomemacs/community#36
2025-09-18 22:47:53 -04:00
..
2025-09-15 09:10:51 -04:00
2025-09-02 16:16:03 +02:00
2025-09-02 16:16:03 +02:00
2025-02-21 18:35:11 -05:00
2025-09-02 16:16:03 +02:00
2025-04-01 03:49:02 -04:00
2025-01-09 23:47:38 -05:00
2025-09-02 16:16:03 +02:00
2025-09-02 16:16:03 +02:00
2024-10-20 02:32:16 -04:00
2024-09-14 20:47:39 -04:00
2024-10-20 02:41:50 -04:00
2025-09-02 16:16:03 +02:00
2025-09-02 16:16:03 +02:00
2025-09-02 16:16:03 +02:00
2025-09-02 16:16:03 +02:00
2025-09-02 16:16:03 +02:00
2025-09-02 16:16:03 +02:00
2025-09-02 16:16:03 +02:00
2025-09-02 16:16:03 +02:00
2025-09-02 16:16:03 +02:00
2025-08-31 14:39:38 +02:00
2025-09-02 16:16:03 +02:00
2025-09-02 16:16:03 +02:00
2025-09-02 16:16:03 +02:00
2025-01-12 20:13:49 -05:00
2025-09-02 16:16:03 +02:00
2025-09-02 16:16:03 +02:00
2024-10-20 02:41:50 -04:00
2025-09-02 16:16:03 +02:00
2025-09-02 16:16:03 +02:00
2025-09-18 10:46:23 -04:00
2025-09-02 16:16:03 +02:00
2025-09-02 16:16:03 +02:00
2025-09-02 16:16:03 +02:00
2024-10-20 02:41:50 -04:00
2025-09-02 16:16:03 +02:00
2025-09-02 16:16:03 +02:00
2025-09-02 16:16:03 +02:00
2025-09-02 16:16:03 +02:00
2025-09-02 16:16:03 +02:00
2025-09-02 16:16:03 +02:00
2024-09-14 20:47:39 -04:00
2025-08-31 14:39:38 +02:00
2025-09-02 16:16:03 +02:00
2024-09-14 20:47:39 -04:00
2024-08-09 21:21:26 -04:00

:lang

Description

These modules specialize in the integration of particular languages and their ecosystems into (Doom) Emacs.

Frequently asked questions

This category has no FAQs yet. Ask one?