mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
wasm: do not use inline comment in .editorconfig (GH-106610)
It is no longer valid since 0.15.0
https://github.com/editorconfig/specification/blob/v0.15/index.rstGH-no-inline-comments
(cherry picked from commit 64c0890b69
)
Co-authored-by: Eisuke Kawashima <e-kwsm@users.noreply.github.com>
This commit is contained in:
parent
30c127fcec
commit
f0df92a9ce
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
root = false # This extends the root .editorconfig
|
||||
# This extends the root .editorconfig
|
||||
root = false
|
||||
|
||||
[*.{html,js}]
|
||||
trim_trailing_whitespace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue