Add .clang-format

pull/1850/head^2
Gennadiy Civil 7 years ago committed by GitHub
parent 258def01a6
commit a2f13308c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .clang-format

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