Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
.clang-format
and format C files
Add `.clang-format` file that can be used directly by the clang formatter or by the Microsoft C/C++ VSCode extension. Style based on Microsoft default style guide, but update brace and case indentation settings to match current files better (as well as Go code). Run formatter on `init\init.c` and `vsockexec\vsockexec.c`. Changes mostly with brace position, spacing, indentation, and pointer alignment. Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
- Loading branch information