🎨 Updated prettier config
This commit is contained in:
parent
b8e632998b
commit
6710d76b08
401 changed files with 13193 additions and 15620 deletions
|
@ -1,13 +1,13 @@
|
|||
export default part => {
|
||||
let { Point, points, macro } = part.shorthand();
|
||||
let { Point, points, macro } = part.shorthand()
|
||||
|
||||
points.from = new Point(10, 10);
|
||||
points.to = new Point(90, 40);
|
||||
points.from = new Point(10, 10)
|
||||
points.to = new Point(90, 40)
|
||||
|
||||
macro("ld", {
|
||||
macro('ld', {
|
||||
from: points.from,
|
||||
to: points.to
|
||||
});
|
||||
})
|
||||
|
||||
return part;
|
||||
};
|
||||
return part
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue