Add EOF newlines to all files that don't have it already for consistency
This commit is contained in:
parent
0770f32ef5
commit
931b6a96d0
27 changed files with 27 additions and 27 deletions
|
|
@ -18,4 +18,4 @@ export default function() {
|
|||
default: true,
|
||||
requiresReload: false,
|
||||
});
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -13,4 +13,4 @@ export default function() {
|
|||
config: false,
|
||||
requiresReload: false,
|
||||
});
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ export default function registerSettings() {
|
|||
registerClientSettings();
|
||||
registerWorldSettings();
|
||||
registerDevSettings();
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -59,4 +59,4 @@ export default function() {
|
|||
game.settings.set(`dotdungeon`, `preSaveAspectLimit`, floored);
|
||||
},
|
||||
});
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue