mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-13 16:43:04 -04:00
Add .editorconfig; reformat project
This commit is contained in:
parent
5f62d2d3ec
commit
71a60a0359
29 changed files with 42 additions and 28 deletions
|
@ -82,4 +82,4 @@ export function addClickListener(listener: ClickListener) {
|
|||
|
||||
export function removeClickListener(listener: ClickListener) {
|
||||
return listeners.delete(listener);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
export * as MessageEvents from "./MessageEvents";
|
||||
export * as MessageEvents from "./MessageEvents";
|
||||
|
|
|
@ -98,7 +98,7 @@ type ResolvePropDeep<T, P> = P extends "" ? T :
|
|||
* whenever Unindent is toggled. Pass an empty string to get notified for all changes
|
||||
* @param onUpdate Callback function whenever a setting matching path is updated. It gets passed the new value and the path
|
||||
* to the updated setting. This path will be the same as your path argument, unless it was an empty string.
|
||||
*
|
||||
*
|
||||
* @example addSettingsListener("", (newValue, path) => console.log(`${path} is now ${newValue}`))
|
||||
* addSettingsListener("plugins.Unindent.enabled", v => console.log("Unindent is now", v ? "enabled" : "disabled"))
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue