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 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,