js: Remove modelines

We already include an .editorconfig that is supported by many
editors, including emacs, so no need to repeat an emacs-specific
modeline in every source file.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3431>
This commit is contained in:
Florian Müllner
2024-07-30 18:14:00 +02:00
committed by Marge Bot
parent 949af34522
commit 105abab1e4
133 changed files with 0 additions and 246 deletions

View File

@ -1,5 +1,3 @@
// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*-
import Gio from 'gi://Gio';
import * as Signals from './signals.js';