Skip to content

Commit

Permalink
chore(pipeline): provide vscode sqlfluff defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
vmttn committed Jul 29, 2024
1 parent 6295209 commit 09981b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pipeline/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"files.trimTrailingWhitespace": true,
"sqlfluff.linter.run": "onSave",
"sqlfluff.experimental.format.executeInTerminal": true
}

0 comments on commit 09981b2

Please sign in to comment.