Skip to content

Commit

Permalink
Issue #33: Update vscode line length ruling for yaml files only
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLope committed Feb 7, 2024
1 parent eb4e521 commit 9d21b8a
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 9d21b8a

Please sign in to comment.