Skip to content

Commit

Permalink
fix: replace some whitespace with other whitespace
Browse files Browse the repository at this point in the history
Thanks to @bepri for finding this
  • Loading branch information
lengau committed Dec 20, 2024
1 parent 578b0cd commit 4190e4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ trim_trailing_whitespace = true
[.editorconfig]
max_line_length = off

[Makefile]
[{Makefile,*.mk}]
indent_style = tab

[{*.py,*.pyi}]
Expand Down
4 changes: 2 additions & 2 deletions common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ifneq ($(OS),Windows_NT)
OS := $(shell uname)
endif
ifdef CI
APT := apt-get --yes
APT := apt-get --yes
else
APT := apt-get
endif
Expand Down Expand Up @@ -245,7 +245,7 @@ ifneq ($(shell which pyright),)
else ifneq ($(shell which snap),)
sudo snap install --classic pyright
else
# Workaround for a bug in npm
# Workaround for a bug in npm
[ -d "$(HOME)/.npm/_cacache" ] && chown -R `id -u`:`id -g` "$(HOME)/.npm" || true
uv tool install pyright
endif
Expand Down

0 comments on commit 4190e4b

Please sign in to comment.