[gjs/ewlsh/whatwg-console: 1/5] Set quote_type in editorconfig
- From: Evan Welsh <ewlsh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs/ewlsh/whatwg-console: 1/5] Set quote_type in editorconfig
- Date: Mon, 16 Aug 2021 08:14:26 +0000 (UTC)
commit 324319bfead0e63050b817c4e3543eba45ee9709
Author: Evan Welsh <contact evanwelsh com>
Date: Mon Aug 16 01:13:11 2021 -0700
Set quote_type in editorconfig
The default is double which conflicts with our eslint config,
editors will autogenerate and format code based on this setting.
.editorconfig | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/.editorconfig b/.editorconfig
index 848b14fc..da26890c 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -12,3 +12,6 @@ charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
+
+[*.js]
+quote_type = single
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]