Skip to content

Commit

Permalink
fix: editor config used tabs still (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa authored Oct 6, 2023
1 parent fab3995 commit 7bbba4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ root = true

# 4 space indentation for all starlark files
[*.star]
indent_style = tab
indent_style = space
indent_size = 4

# 4 space indentation for all python files
Expand Down

0 comments on commit 7bbba4c

Please sign in to comment.