mirror of
https://gitlab.gnome.org/june/top-bar-organizer.git
synced 2026-01-11 16:53:51 +01:00
Other: Add .editorconfigs
Add `.editorconfig`s, to help maintain a consistent coding style. Also apply the new style to existing files.
This commit is contained in:
parent
f581935f85
commit
2f0ecddfc8
3 changed files with 22 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ class Extension {
|
|||
const validLeftBoxOrder = this._createValidBoxOrder("left");
|
||||
const validCenterBoxOrder = this._createValidBoxOrder("center");
|
||||
const validRightBoxOrder = this._createValidBoxOrder("right");
|
||||
|
||||
|
||||
// Go through the items (or rather their roles) of a box and order the
|
||||
// box accordingly.
|
||||
const orderBox = (boxOrder, box) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue