Use octothorpes (#) for comments in .editorconfig

For consistency, only use octothorpes (#) for comments in the
`.editorconfig` file.

Ref: http://editorconfig.org/#file-format-details
This commit is contained in:
Cătălin Mariș
2014-11-07 21:50:24 +02:00
parent 8d901e6fb8
commit 98fc61b9d1

View File

@@ -16,7 +16,7 @@ trim_trailing_whitespace = true
trim_trailing_whitespace = false
[{.travis.yml,package.json}]
; The indent size used in the `package.json` file cannot be changed
; https://github.com/npm/npm/pull/3180#issuecomment-16336516
# The indent size used in the `package.json` file cannot be changed
# https://github.com/npm/npm/pull/3180#issuecomment-16336516
indent_size = 2
indent_style = space