Skip to content

Select coding conventions & auto formatting #46

@JSYoo5B

Description

@JSYoo5B

When you see the codes as raw text, it has mixed tabs and spaces.

Also, comments are written in /* */ and //.
(FYI, the /* */ is basic commenting notation in old C standard, // were back-ported from C++ standard)
I don't want to force use /* */ for all the comments, but it may be effective by setting each commenting notation into its specific meaning.
ex. use /* */ for documentation formatting comments, use // for general comments in code blocks.

Maybe there would be some other things to consider for standard coding conventions in this project.
After selecting coding conventions, auto-formatting and style check automation may be required. It will improve PR review (not arguing with minor coding styles, reducing meaningless formatting commits)
Anyone who has some opinions about coding conventions, please write your opinions here.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions