mirror of
https://github.com/h5bp/html5-boilerplate.git
synced 2026-01-09 16:08:01 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user