From 6751d8a1b4d7a51c63f19d34f657c5030bf32a6d Mon Sep 17 00:00:00 2001 From: Ahilessss321 Date: Tue, 22 Apr 2025 11:43:35 +0300 Subject: [PATCH 1/2] Squashed commit of the following: commit 97cac6224d55cbc73b6bb4cf6c8d8102a30f3a3f Author: HookyQR Date: Fri Nov 8 08:51:54 2019 +0800 Update Settings.md --- Settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Settings.md b/Settings.md index 9ef081f..adae288 100644 --- a/Settings.md +++ b/Settings.md @@ -2,7 +2,7 @@ Within VS Code, subordinate settings on `js`, `html`, and `css` are accepted. No Setting | Formatter | [Type] Description / Default ---------------------------------|-----------|------------------------------ -eol | _All_ | [String] **Character(s) to use as line terminators.**
"\n" +eol_ftw | _All_ | [String] **Character(s) to use as line terminators.**
"\n" end_with_newline | _All_ | [Boolean] **Ensure newline at end of file.**
false indent_char | _All_ | [String] **Indentation character.**
" " indent_size | _All_ | [Integer] **Indent size.**
4 From ce03d66166a35ec5037d04babcf15b3d99f78a42 Mon Sep 17 00:00:00 2001 From: Ahilessss321 Date: Wed, 23 Apr 2025 08:21:24 +0300 Subject: [PATCH 2/2] Update .eslintrc.json --- test/.eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/.eslintrc.json b/test/.eslintrc.json index e6c78c5..6aefab7 100644 --- a/test/.eslintrc.json +++ b/test/.eslintrc.json @@ -1,4 +1,4 @@ -{ +{ Update Settings.md "env": { "es6": true, "node": true,