1
0
Fork 0

🎨 Updated prettier config

This commit is contained in:
Joost De Cock 2019-08-03 15:03:33 +02:00
parent b8e632998b
commit 6710d76b08
401 changed files with 13193 additions and 15620 deletions

View file

@ -1,20 +1,20 @@
export default function(part) {
let { options, points, paths, complete, macro, sa } = part.shorthand();
let { options, points, paths, complete, macro, sa } = part.shorthand()
if (options.adjustmentRibbon) {
part.render = false;
return part;
part.render = false
return part
}
if (complete) {
if (sa) paths.sa.render = true;
macro("title", {
if (sa) paths.sa.render = true
macro('title', {
at: points.titleAnchor,
nr: 3,
title: "bowTie",
title: 'bowTie',
scale: 0.8
});
})
}
return part;
return part
}