We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6bdad commit b4e0622Copy full SHA for b4e0622
test/swift-files/indent/declarations.swift
@@ -3,6 +3,39 @@
3
// swift-mode:test:eval (setq-local swift-mode:multiline-statement-offset 2)
4
// swift-mode:test:eval (setq-local swift-mode:switch-case-offset 0)
5
6
+// Import declaration
7
+
8
+import
9
+ Foo
10
11
12
+ class
13
14
+ .Bar
15
16
+import class
17
18
19
20
+ let
21
22
23
24
+ var
25
+ Foo.
26
+ bar
27
28
29
+ func
30
+ Foo.+
31
32
33
34
35
+ .+
36
37
+let x = 1 // swift-mode:test:known-bug
38
39
// Constant declarations
40
41
let
0 commit comments