+ New

utensil

Public
e40409d2bf6a21821e16657ad0a9e3e1b1cff60d
diff --git a/.clang-format b/.clang-format
new file mode 100644
index 0000000..117d410
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,12 @@
+---
+BasedOnStyle: Google
+Language: Cpp
+AlignConsecutiveShortCaseStatements:
+  Enabled: true
+AllowShortBlocksOnASingleLine: true
+AllowShortCaseLabelsOnASingleLine: true
+AllowShortEnumsOnASingleLine: true
+AllowShortFunctionsOnASingleLine: true
+AllowShortIfStatementsOnASingleLine: true
+AllowShortLoopsOnASingleLine: true
+ColumnLimit: 100