atom / language-c

C support in Atom
Other
116 stars 154 forks source link

Various snippet improvements #363

Open dltmtt opened 3 years ago

dltmtt commented 3 years ago

Requirements

Description of the Change

Alternate Designs

Other coding styleguides (such as brackets on their own line) where considered, but discarded for consistency with previous codebase

Benefits

Possible Drawbacks

People used the the old names may be confused (even though they're basically the same). I could revert that change if it's unwelcomed.

Applicable Issues

dltmtt commented 3 years ago

This is my first PR, I wasn't sure if I should have made multiple ones or not: the number of lines changed is not that big, but, while all relative to snippets, the changes include multiple areas (maybe a new snippet is welcomed but a code refactoring is not). I tried to keep changes separated by commits, but please tell me if it's appropriate to create more PRs