Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
45 changes: 3 additions & 42 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,42 +1,3 @@
---
BasedOnStyle: Google
AlignAfterOpenBracket: Align
#AlignConsecutiveAssignments: 'true'
AlignEscapedNewlines: DontAlign
AllowShortFunctionsOnASingleLine: InlineOnly
AllowShortIfStatementsOnASingleLine: 'false'
AllowShortLoopsOnASingleLine: 'false'
BinPackParameters: 'true'
BreakBeforeBraces: Custom
ColumnLimit: '105'
ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
BreakConstructorInitializers: 'AfterColon'
ConstructorInitializerIndentWidth: '4'
ContinuationIndentWidth: '4'
Cpp11BracedListStyle: 'false'
DerivePointerAlignment: 'false'
IndentCaseLabels: 'false'
IndentWidth: '4'
NamespaceIndentation: All
PointerAlignment: Right
SpaceBeforeParens: Never
SpaceInEmptyParentheses: 'false'
SpacesInParentheses: 'true'
TabWidth: '4'
UseTab: ForIndentation
AccessModifierOffset: '-4'
IndentPPDirectives: 'AfterHash'
BraceWrapping:
AfterClass: true
AfterControlStatement: true
AfterEnum: true
AfterFunction: true
AfterNamespace: true
AfterObjCDeclaration: true
AfterStruct: true
AfterUnion: true
BeforeCatch: true
BeforeElse: true
IndentBraces: false

...
BasedOnStyle: Microsoft
SortIncludes: false
IndentWidth: 2
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
build/
.vscode/
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[submodule "contrib/stb"]
path = contrib/stb
url = https://github.com/nothings/stb
[submodule "contrib/glfw"]
path = contrib/glfw
url = https://github.com/glfw/glfw.git
[submodule "contrib/gli"]
path = contrib/gli
url = https://github.com/g-truc/gli.git
9 changes: 0 additions & 9 deletions .hgignore

This file was deleted.

58 changes: 0 additions & 58 deletions CMake/Bootstrap.cmake

This file was deleted.

193 changes: 0 additions & 193 deletions CMake/Dependencies/FindSDL2.cmake

This file was deleted.

21 changes: 0 additions & 21 deletions CMake/Dependencies/sdl2-config.cmake

This file was deleted.

Loading