editorconfig: remove rule conflicting with deno fmt

This commit is contained in:
Ching Pei Yang 2026-01-26 01:04:09 +01:00
commit 95f6a5d7ec
No known key found for this signature in database
GPG key ID: B3841364253DC4C8

View file

@ -13,7 +13,6 @@ trim_trailing_whitespace = true
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
trim_trailing_whitespace = false trim_trailing_whitespace = false
max_line_length = 80
[*.{js,json,nix,yml,yaml,toml}] [*.{js,json,nix,yml,yaml,toml}]
indent_style = space indent_style = space