Skip to content

Commit a1060fa

Browse files
committed
Clean up comments on editorxonfig.
1 parent e176836 commit a1060fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# https://editorconfig.org/
22
root = true
33

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

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

0 commit comments

Comments
 (0)