aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.clang-format
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-09 12:34:32 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-15 15:08:00 +0300
commite0f03c99f8cd9db8ab5a97fd5656042a160f8955 (patch)
treefb6707a4bfc10865220139592647339983cb5a07 /.clang-format
downloadclang-format-e0f03c99f8cd9db8ab5a97fd5656042a160f8955.tar.gz
clang-format-e0f03c99f8cd9db8ab5a97fd5656042a160f8955.zip
initial commit
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format6
1 files changed, 6 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
new file mode 100644
index 0000000..be90c3c
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,6 @@
+---
+Language: Cpp
+BasedOnStyle: Chromium
+
+IndentWidth: 4
+...