Skip to content

Commit

Permalink
VS code config: Insert EOF newline (#39937)
Browse files Browse the repository at this point in the history
  • Loading branch information
powerivq committed Apr 2, 2024
1 parent ac4d2ac commit 0eb1f65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"*.schema.json": "jsonc"
},

"files.insertFinalNewline": true,

// Auto-fix JS files with ESLint using amphtml's custom settings. Needs
// https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint
"editor.codeActionsOnSave": {
Expand Down

0 comments on commit 0eb1f65

Please sign in to comment.