Add .clang-format

This commit is contained in:
Gennadiy Civil
2018-09-23 12:05:21 -07:00
committed by GitHub
parent 258def01a6
commit a2f13308c8

4
.clang-format Normal file
View File

@@ -0,0 +1,4 @@
# Run manually to reformat a file:
# clang-format -i --style=file <file>
Language: Cpp
BasedOnStyle: Google