mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-28 14:02:51 +00:00
HackStudio: Remove duplicate auto-indentation in HackStudio Language Server
This commit is contained in:
parent
8dc0d9b7b7
commit
354a1a7891
Notes:
sideshowbarker
2024-07-19 00:45:50 +09:00
Author: https://github.com/ccapitalK
Commit: 354a1a7891
Pull-request: https://github.com/SerenityOS/serenity/pull/4388
Issue: https://github.com/SerenityOS/serenity/issues/4369
2 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ public:
|
|||
virtual void document_did_set_text() override {};
|
||||
virtual void document_did_set_cursor(const GUI::TextPosition&) override {};
|
||||
|
||||
virtual bool is_automatic_indentation_enabled() const override { return true; }
|
||||
virtual bool is_automatic_indentation_enabled() const override { return false; }
|
||||
virtual int soft_tab_width() const override { return 4; }
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue