emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/typescript-mode 4249a20d6d 187/222: Added file for indent


From: ELPA Syncer
Subject: [nongnu] elpa/typescript-mode 4249a20d6d 187/222: Added file for indent test case
Date: Sun, 6 Feb 2022 16:59:31 -0500 (EST)

branch: elpa/typescript-mode
commit 4249a20d6d54bc0ca84b90dfa6c84ca45f6e9088
Author: Vadim E. Selin <vadim.selin@gmail.com>
Commit: Vadim E. Selin <vadim.selin@gmail.com>

    Added file for indent test case
---
 test-files/list-items-indent-comma-first.ts | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/test-files/list-items-indent-comma-first.ts 
b/test-files/list-items-indent-comma-first.ts
new file mode 100644
index 0000000000..565489ead4
--- /dev/null
+++ b/test-files/list-items-indent-comma-first.ts
@@ -0,0 +1,22 @@
+const arr =
+    [ 'one'
+    , 'two'
+    , 'three' ];
+
+const obj =
+    { a: 111
+    , b: 222
+    , c: 333 };
+
+const depth = { arr: [ 'one'
+                     , 'two'
+                     , 'three' ]
+              , obj: { a: 111
+                     , b: 222
+                     , c: 333 }
+              , func_call: Object.assign
+                           ( {}
+                           , { x: 1
+                             , y: 2
+                             , z: 3 }
+                           , { i: 'i', j: 'j' } ) };



reply via email to

[Prev in Thread] Current Thread [Next in Thread]