Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't require spaces in makefiles #1454

Merged
merged 1 commit into from
Jan 17, 2025
Merged

Conversation

singiamtel
Copy link
Collaborator

@singiamtel singiamtel requested a review from ktf as a code owner January 17, 2025 09:42
error("Tab characters found",
"Indent code using spaces instead of tabs.")
# Only check for tabs in C/C++ source files
if (FILENAME ~ /\.[ch](xx|pp)?$/) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably .py and .sh as well.

@ktf ktf merged commit 252b0c1 into alisw:master Jan 17, 2025
2 checks passed
@ktf
Copy link
Member

ktf commented Jan 17, 2025

Merging. Please take into account the comment, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants