Update .clang-format style.

- Add IndentWidth to 4
- Apply new .clang-format style
This commit is contained in:
realaltffour 2020-04-11 14:13:24 +03:00
parent c87e54c568
commit 13b59e6bef
No known key found for this signature in database
GPG Key ID: 7115CD2AC9A76A56
9 changed files with 17320 additions and 16938 deletions

View File

@ -33,6 +33,7 @@ SpacesInParentheses: 'false'
SpacesInSquareBrackets: 'false'
Standard: Auto
TabWidth: '4'
IndentWidth: '4'
UseTab: Always
...

View File

@ -3,6 +3,6 @@
mkdir build
cd build
conan install .. --build missing
cmake -DCMAKE_BUILD_TYPE=Debug ..
cmake -DCMAKE_CXX_COMPILER=/usr/bin/g++ -DCMAKE_BUILD_TYPE=Debug ..
make -j9
cd ..

View File

@ -3,6 +3,6 @@
mkdir build
cd build
conan install .. --build missing
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake -DCMAKE_CXX_COMPILER=/usr/bin/g++ -DCMAKE_BUILD_TYPE=Release ..
make -j9
cd ..

View File

@ -8,6 +8,7 @@
#include "modules/init.h"
Module* get_Mod(std::string name) {
if(true) {}
return nullptr;
};
void dispatch_Mod(Module* mod, std::string args){};

1930
vendor/json.hpp vendored

File diff suppressed because it is too large Load Diff