Skip to content

Commit

Permalink
Update .editorconfig
Browse files Browse the repository at this point in the history
Super linter said lines too long.
  • Loading branch information
bbannon authored Nov 25, 2023
1 parent e786920 commit 6bae4d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# EditorConfig is awesome: https://EditorConfig.org

# Stop the editor from looking for ".editorconfig" files in the parent directories.
# Stop editor looking for ".editorconfig" in parent directories.
root = true

[*]
Expand All @@ -9,7 +9,7 @@ root = true
charset = utf-8

insert_final_newline = true
# Caveat: Prettier won’t trim trailing whitespace inside template strings,
# Caveat: Prettier won’t trim whitespace inside template strings,
# but your editor might.
trim_trailing_whitespace = true

Expand Down

0 comments on commit 6bae4d6

Please sign in to comment.