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

comment: add few various file types and names #862

Conversation

anthony-loiseau-act
Copy link
Contributor

@anthony-loiseau-act anthony-loiseau-act commented Nov 17, 2023

New files extensions:

  • GNU linker scripts (*.ld) are commentable as a C file ("// ")
  • Assembly 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 in-project pylintrc files

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 <anthony.loiseau@allcircuits.com>
Signed-off-by: Anthony Loiseau <anthony.loiseau@allcircuits.com>
@carmenbianca
Copy link
Member

Thanks @anthony-loiseau-act ! I merged this via another PR to resolve a merge conflict. All-Circuits-Technologies is a GitHub org, which means I couldn't force-push to the branch.

@anthony-loiseau-act anthony-loiseau-act deleted the tmp/14895-add-various-files-types branch November 28, 2023 08:42
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.

None yet

2 participants