Skip to content

Commit

Permalink
Merge pull request #96 from ai-cfia/90-as-a-developer-i-would-like-to…
Browse files Browse the repository at this point in the history
…-be-able-to-specify-a-config-file-for-yaml-linting

Issue #90: Update vscode line length ruling for yaml files only
  • Loading branch information
SonOfLope authored Feb 9, 2024
2 parents 8521ad2 + 8833ea1 commit 7fd0e18
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"editor.rulers": [120],
"editor.rulers": [80],
"[yaml]": {
"editor.rulers": [120]
},
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"files.insertFinalNewline": true
Expand Down

0 comments on commit 7fd0e18

Please sign in to comment.