[code] add .clang-format #44
Labels
No Label
Bug
Documentation
Easy
Feature
Localization
Packaging
Refactoring
Test
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blue/squawk#44
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
You could add a
.clang-format
file (and apply it to every.cpp
/.h
) to ensure consistent code style across all source files in the repo..editorconfig
would be useful too.Studied clang-format, didn't like
Added uncrustify, in the encryption branch