Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.** <br> "\n"
eol_ftw | _All_ | [String] **Character(s) to use as line terminators.** <br> "\n"
end_with_newline | _All_ | [Boolean] **Ensure newline at end of file.** <br> false
indent_char | _All_ | [String] **Indentation character.** <br> " "
indent_size | _All_ | [Integer] **Indent size.** <br> 4
Expand Down
2 changes: 1 addition & 1 deletion test/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{ Update Settings.md
"env": {
"es6": true,
"node": true,
Expand Down