From 175fd81d19cfb8b05c4e9ba388b6308b8c865bf1 Mon Sep 17 00:00:00 2001
From: Felix Boerner <ich@felix-boerner.de>
Date: Thu, 06 Mar 2025 21:25:54 +0000
Subject: [PATCH] style: update default linter config

---
 assets/scss/_normalize.scss |   22 ++++++++++++----------
 1 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/assets/scss/_normalize.scss b/assets/scss/_normalize.scss
index 192eb9c..2dceded 100644
--- a/assets/scss/_normalize.scss
+++ b/assets/scss/_normalize.scss
@@ -1,7 +1,7 @@
 /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
 
 /* Document
-   ========================================================================== */
+  ========================================================================== */
 
 /**
  * 1. Correct the line height in all browsers.
@@ -14,7 +14,7 @@
 }
 
 /* Sections
-   ========================================================================== */
+  ========================================================================== */
 
 /**
  * Remove the margin in all browsers.
@@ -43,7 +43,7 @@
 }
 
 /* Grouping content
-   ========================================================================== */
+  ========================================================================== */
 
 /**
  * 1. Add the correct box sizing in Firefox.
@@ -67,7 +67,7 @@
 }
 
 /* Text-level semantics
-   ========================================================================== */
+  ========================================================================== */
 
 /**
  * Remove the gray background on active links in IE 10.
@@ -139,7 +139,7 @@
 }
 
 /* Embedded content
-   ========================================================================== */
+  ========================================================================== */
 
 /**
  * Remove the border on images inside links in IE 10.
@@ -150,7 +150,7 @@
 }
 
 /* Forms
-   ========================================================================== */
+  ========================================================================== */
 
 /**
  * 1. Change the font styles in all browsers.
@@ -174,7 +174,8 @@
  */
 
 button,
-input { /* 1 */
+input {
+  /* 1 */
   overflow: visible;
 }
 
@@ -184,7 +185,8 @@
  */
 
 button,
-select { /* 1 */
+select {
+  /* 1 */
   text-transform: none;
 }
 
@@ -311,7 +313,7 @@
 }
 
 /* Interactive
-   ========================================================================== */
+  ========================================================================== */
 
 /*
  * Add the correct display in Edge, IE 10+, and Firefox.
@@ -330,7 +332,7 @@
 }
 
 /* Misc
-   ========================================================================== */
+  ========================================================================== */
 
 /**
  * Add the correct display in IE 10+.

--
Gitblit v1.10.0