Skip to content

Commit

Permalink
Don't keep padding when formatting (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermckinnon authored Oct 31, 2022
1 parent 165d827 commit 0d8d78c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ indent_size = 2
binary_next_line = true
switch_case_indent = true
space_redirects = true
keep_padding = true
keep_padding = false
function_next_line = false
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ fmt: ## Format the source files
--binary-next-line \
--case-indent \
--space-redirects \
--keep-padding \
$(MAKEFILE_DIR)

.PHONY: test
Expand Down

0 comments on commit 0d8d78c

Please sign in to comment.