Remove tabwidth= in .editorconfig

tab_width: [...]. This defaults to the value of indent_size and doesn't usually need to be specified.

(https://editorconfig.org/)
This commit is contained in:
Sven van Heugten 2026-02-22 06:31:38 +01:00
parent c39e0c2fd6
commit fa2eef0078
No known key found for this signature in database
GPG key ID: D612F88666F4F660

View file

@ -9,5 +9,3 @@ trim_trailing_whitespace = true
[*.nix] [*.nix]
indent_size = 2 indent_size = 2
tab_width = 2