diff --git a/.clang-format b/.clang-format deleted file mode 120000 index a4d09d4b5b6be768fa8f4a7b167b91cbeba9b134..0000000000000000000000000000000000000000 --- a/.clang-format +++ /dev/null @@ -1 +0,0 @@ -/home/iliya/.clang-format \ No newline at end of file diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000000000000000000000000000000000000..d13a9c6c958db6781112e4a4b3ea0f6dd82bbd2c --- /dev/null +++ b/.clang-format @@ -0,0 +1,5 @@ +--- +BasedOnStyle: LLVM +IndentWidth: 4 +ColumnLimit: 80 +...