We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c892248 commit 9a6fdeaCopy full SHA for 9a6fdea
1 file changed
src/nodes/AssemblyStackAssignment.js
@@ -1,7 +1,12 @@
1
+import { doc } from 'prettier';
2
+
3
+const { hardline } = doc.builders;
4
5
export const AssemblyStackAssignment = {
6
print: ({ node, path, print }) => [
7
path.call(print, 'expression'),
- ' =: ',
8
+ hardline,
9
+ '=: ',
10
node.name
11
]
12
};
0 commit comments