🔧 Set json indent size to 2

This commit is contained in:
Ben Chatelain 2024-03-31 07:51:00 -06:00
parent 9ae76659a3
commit 283ddb6cde
No known key found for this signature in database

View file

@ -27,6 +27,7 @@ indent_style = tab
# JSON files contain newlines inconsistently
[*.json]
indent_size = 2
insert_final_newline = ignore
# Makefiles always use tabs for indentation