1
1
mirror of https://github.com/Byron/gitoxide synced 2025-10-06 01:52:40 +02:00

Generalize EditorConfig to all *.json files

This commit is contained in:
Spenser Black
2024-08-09 13:11:28 -04:00
committed by GitHub
parent 8077f3e5cf
commit 62e1c72b2e

View File

@@ -16,7 +16,7 @@ indent_size = 2
[Makefile]
indent_style = tab
# Matches the exact files either package.json or .travis.yml
[{package.json,.travis.yml}]
# Matches .json files or the exact file .travis.yml
[{*.json,.travis.yml}]
indent_style = space
indent_size = 2