Skip to content

Commit

Permalink
Clean up comments on editorxonfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Jun 19, 2024
1 parent e176836 commit a1060fa
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,7 +1,7 @@
# https://editorconfig.org/
root = true

# Unix-style newlines with a newline ending every file
# Default settings for all files.
[*]
end_of_line = lf
insert_final_newline = true
Expand All @@ -11,6 +11,6 @@ indent_size = 4
trim_trailing_whitespace = true
max_line_length = 120

# Matches the exact files either package.json or .travis.yml
# Set indent size for json and YAML files.
[*.{json,yml,yaml}]
indent_size = 2

0 comments on commit a1060fa

Please sign in to comment.