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

Add various comment file extensions/names #872

Merged

Conversation

carmenbianca
Copy link
Member

Closes #862

I couldn't force-push to the branch to solve a merge conflict. I'd manually merge it, but the main branch is protected. Git is hard.

New files extensions:
- GNU linker scripts (*.ld) are commentable as a C file ("// ")
- Assembler source code (*.s) is always commentable as a Lisp file ("; ") to my knowledge

New file names:
- .empty files may be created in git-like scm having no empty folder
  support. Given their name and emptiness, those files can be skipped.
- .shellcheckrc configuration files are commentable like python files
- the same for pylintrc files

Signed-off-by: Anthony Loiseau <[email protected]>
@carmenbianca carmenbianca merged commit 4d25b14 into fsfe:main Nov 28, 2023
15 checks passed
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