From 585aec5ee225fb84df7f3614dcfa5eaf010f9df9 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 16 Oct 2022 18:33:06 +0200 Subject: [PATCH] update indentation (4 spaces -> 2 spaces) --- src/AdminCategoriesCustom.vue | 290 ++++++++++++++++----------------- src/AppMenu.vue | 14 +- src/CloserButton.vue | 4 +- src/Loader.vue | 38 ++--- src/Logo.vue | 40 ++--- src/OpenerButton.vue | 4 +- src/SettingsButton.vue | 44 ++--- src/SideMenu.vue | 268 +++++++++++++++--------------- src/SideMenuApp.vue | 56 +++---- src/SideMenuBig.vue | 192 +++++++++++----------- src/SideMenuBigApp.vue | 56 +++---- src/SideMenuWithCategories.vue | 190 ++++++++++----------- 12 files changed, 598 insertions(+), 598 deletions(-) diff --git a/src/AdminCategoriesCustom.vue b/src/AdminCategoriesCustom.vue index ca5272a..b02283d 100644 --- a/src/AdminCategoriesCustom.vue +++ b/src/AdminCategoriesCustom.vue @@ -15,168 +15,168 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . --> diff --git a/src/AppMenu.vue b/src/AppMenu.vue index c63a3bf..18bd9de 100644 --- a/src/AppMenu.vue +++ b/src/AppMenu.vue @@ -77,14 +77,14 @@ export default { }, mounted() { const ncApps = loadState('core', 'apps', {}) - const that = this - that.apps = {} + const that = this + that.apps = {} - Array.from(window.topMenuApps).forEach((id) => { - if (ncApps.hasOwnProperty(id)) { - that.apps[id] = ncApps[id] - } - }) + Array.from(window.topMenuApps).forEach((id) => { + if (ncApps.hasOwnProperty(id)) { + that.apps[id] = ncApps[id] + } + }) this.observer = new ResizeObserver(this.resize) this.observer.observe(this.$el) diff --git a/src/CloserButton.vue b/src/CloserButton.vue index f14e39b..99779f8 100644 --- a/src/CloserButton.vue +++ b/src/CloserButton.vue @@ -15,11 +15,11 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . --> diff --git a/src/Loader.vue b/src/Loader.vue index 7dbdb1d..d059f68 100644 --- a/src/Loader.vue +++ b/src/Loader.vue @@ -15,28 +15,28 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . --> diff --git a/src/Logo.vue b/src/Logo.vue index 0e76b5b..1aec19f 100644 --- a/src/Logo.vue +++ b/src/Logo.vue @@ -15,30 +15,30 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . --> diff --git a/src/OpenerButton.vue b/src/OpenerButton.vue index 7a134e8..32813e9 100644 --- a/src/OpenerButton.vue +++ b/src/OpenerButton.vue @@ -15,11 +15,11 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . --> diff --git a/src/SettingsButton.vue b/src/SettingsButton.vue index 5f18927..38aaefc 100644 --- a/src/SettingsButton.vue +++ b/src/SettingsButton.vue @@ -15,33 +15,33 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . --> diff --git a/src/SideMenu.vue b/src/SideMenu.vue index b90126a..2450967 100644 --- a/src/SideMenu.vue +++ b/src/SideMenu.vue @@ -15,41 +15,41 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . --> diff --git a/src/SideMenuApp.vue b/src/SideMenuApp.vue index 48e2a60..85ad969 100644 --- a/src/SideMenuApp.vue +++ b/src/SideMenuApp.vue @@ -15,38 +15,38 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . --> diff --git a/src/SideMenuBig.vue b/src/SideMenuBig.vue index b35406a..cdf279d 100644 --- a/src/SideMenuBig.vue +++ b/src/SideMenuBig.vue @@ -15,42 +15,42 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . --> diff --git a/src/SideMenuBigApp.vue b/src/SideMenuBigApp.vue index bab78e6..a0fcdde 100644 --- a/src/SideMenuBigApp.vue +++ b/src/SideMenuBigApp.vue @@ -15,38 +15,38 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . --> diff --git a/src/SideMenuWithCategories.vue b/src/SideMenuWithCategories.vue index e9abb4b..e4cad94 100644 --- a/src/SideMenuWithCategories.vue +++ b/src/SideMenuWithCategories.vue @@ -15,40 +15,40 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . -->