this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

VSCode add final newline

Update vscode extensions

+5 -3
+1 -1
.config/vscode/extensions.txt
··· 20 20 ms-python.python 21 21 ms-vscode.cpptools 22 22 ms-vscode.Go 23 + richie5um2.vscode-sort-json 23 24 ritwickdey.LiveServer 24 25 skyapps.fish-vscode 25 26 sleistner.vscode-fileutils ··· 32 33 vsciot-vscode.vscode-arduino 33 34 vscode-org-mode.org-mode 34 35 vscodevim.vim 35 - wayou.vscode-todo-highlight 36 36 wholroyd.jinja 37 37 XadillaX.viml 38 38 xoronic.pestfile
+1 -1
.vim/ftdetect/init.vim
··· 1 - au BufNewFile,BufRead *.init set filetype=javascript 1 + au BufNewFile,BufRead *.init set filetype=javascript
+3 -1
Library/Application Support/Code/User/settings.json
··· 20 20 "editor.formatOnSave": true 21 21 }, 22 22 23 + 23 24 // TODO: reorganize the remaining sections into extension-specific vs VSCode 24 25 "arduino.defaultBaudRate": 9600, 25 26 "arduino.logLevel": "info", ··· 55 56 ".clang-format": "yaml", 56 57 ".gitmodules": "properties", 57 58 }, 59 + "files.insertFinalNewline": true, 58 60 "files.trimTrailingWhitespace": true, 59 61 "git.enableSmartCommit": true, 60 62 "gitlens.advanced.fileHistoryFollowsRenames": false, ··· 208 210 "workbench.editor.enablePreview": false, 209 211 "workbench.editor.untitled.labelFormat": "name", 210 212 "workbench.settings.editor": "json" 211 - } 213 + }