From: Philipp <admin@philipp.info>
Date: Mon, 27 Feb 2023 19:11:07 +0000 (+0100)
Subject: Revert quote_type
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ecdd62eb3cbcd742e9fbb2fc760d59621284083c;p=friendica-addons.git

Revert quote_type
---

diff --git a/.editorconfig b/.editorconfig
index 66406ca4..c4555b08 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -9,6 +9,11 @@ end_of_line = lf
 indent_style = tab
 trim_trailing_whitespace = true
 insert_final_newline = true
+quote_type = single
+
+[*.js]
+quote_type = double
+ij_javascript_use_double_quotes = true
 
 [*.yml]
 indent_style = space