Stop using tabs in justfile in editorconfig (#996)

This commit is contained in:
Casey Rodarmor
2021-10-13 19:47:14 -07:00
committed by GitHub
parent ae172b1f91
commit 9ed2c5faa1

View File

@@ -16,7 +16,3 @@ indent_style = space
indent_size = 2 indent_size = 2
# Trim trailing whitespace # Trim trailing whitespace
trim_trailing_whitespace = true trim_trailing_whitespace = true
[justfile]
# Use tabs in justfile
indent_style = tab