diff options
| author | Brian Munro <brian.alexander.munro@gmail.com> | 2018-02-22 18:02:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-22 18:02:02 +0200 |
| commit | 28714f0eb800f2170acbf29dddce1582d20d6b8b (patch) | |
| tree | 0684c123db375336e0e03f0240155a12e744db16 /.clang-format | |
| parent | 0bcd752b2758bdb072b498ccc90905276be065e9 (diff) | |
| parent | 5e5c9c07291f6b09623d31c92b1fb61c4ede576e (diff) | |
Merge pull request #236 from SuperSandro2000/new_vfs_library
Update reame.md
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format new file mode 100644 index 00000000..6e34f96b --- /dev/null +++ b/.clang-format @@ -0,0 +1,11 @@ +--- +Language: Cpp +BasedOnStyle: LLVM + +AccessModifierOffset: -4 +AlwaysBreakTemplateDeclarations: true +ColumnLimit: 120 +DerivePointerAlignment: false +IndentWidth: 4 +PointerAlignment: Left +SortUsingDeclarations: true
\ No newline at end of file |
