mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-16 18:07:02 -04:00
Add .editorconfig; reformat project
This commit is contained in:
parent
5f62d2d3ec
commit
71a60a0359
29 changed files with 42 additions and 28 deletions
|
@ -11,4 +11,4 @@ export default definePlugin({
|
|||
replace: ".default=function(){}}"
|
||||
}
|
||||
}]
|
||||
});
|
||||
});
|
||||
|
|
|
@ -13,4 +13,4 @@ export default definePlugin({
|
|||
}
|
||||
}
|
||||
],
|
||||
});
|
||||
});
|
||||
|
|
|
@ -56,4 +56,4 @@ export function stopPlugin(p: Plugin) {
|
|||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -41,4 +41,4 @@ export default definePlugin({
|
|||
document.removeEventListener("keydown", keydown);
|
||||
document.removeEventListener("keyup", keyup);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
@ -37,4 +37,4 @@ export default definePlugin({
|
|||
|
||||
}
|
||||
}]
|
||||
});
|
||||
});
|
||||
|
|
|
@ -44,4 +44,4 @@ export default definePlugin({
|
|||
removePreSendListener(this.preSend);
|
||||
removePreEditListener(this.preEdit);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue