Skip to content

Commit 3642112

Browse files
committed
Initial import :^)
0 parents  commit 3642112

File tree

6 files changed

+855
-0
lines changed

6 files changed

+855
-0
lines changed

.clang-format

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
Language: Cpp
3+
BasedOnStyle: WebKit
4+
SpaceAfterTemplateKeyword: false
5+
AlignEscapedNewlines: Left
6+
AlignTrailingComments: true
7+
BreakBeforeInheritanceComma: true
8+
BreakConstructorInitializers: BeforeComma
9+
IndentPPDirectives: AfterHash
10+
BreakBeforeBraces: Custom
11+
BraceWrapping:
12+
AfterFunction: true
13+
NamespaceIndentation: None
14+
QualifierAlignment: Right

.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.qmake.stash
2+
Makefile
3+
WebView.o
4+
ladybird
5+
main.o
6+
moc_WebView.cpp
7+
moc_WebView.o
8+
moc_predefs.h

0 commit comments

Comments
 (0)