mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 04:08:08 +00:00
HackStudio: Remove duplicate auto-indentation in HackStudio Language Server
This commit is contained in:
committed by
Andreas Kling
parent
8dc0d9b7b7
commit
354a1a7891
@@ -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; }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user