Make .editorconfig match pre-commit checks

This commit is contained in:
Heliguy
2024-10-28 00:48:53 -04:00
parent a7aff0d50d
commit 7c7742c2a9

View File

@@ -1,5 +1,6 @@
root = true
[*.json]
indent_style = space
[*]
indent_style = tabs
indent_size = 4
max_line_length = 160
trim_trailing_whitespace = true