From baf879168ad7b987cd5693319cf321d8c0124627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me> Date: Fri, 23 Feb 2024 14:04:34 +0100 Subject: [PATCH] Update ts code style --- codeStyles/Project.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/codeStyles/Project.xml b/codeStyles/Project.xml index 557f6e7..3ca7fcb 100644 --- a/codeStyles/Project.xml +++ b/codeStyles/Project.xml @@ -113,7 +113,6 @@ <option name="SPACES_WITHIN_IMPORTS" value="true" /> <option name="ALIGN_IMPORTS" value="true" /> <option name="ALIGN_UNION_TYPES" value="true" /> - <option name="INDENT_CHAINED_CALLS" value="false" /> <option name="SPACES_WITHIN_INTERPOLATION_EXPRESSIONS" value="true" /> <option name="BLACKLIST_IMPORTS" value="rxjs/Rx" /> </TypeScriptCodeStyleSettings> -- GitLab