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/hey.md b/hey.md new file mode 100644 index 0000000..95d09f2 --- /dev/null +++ b/hey.md @@ -0,0 +1 @@ +hello world \ No newline at end of file