Skip to content

Commit 83d834d

Browse files
authored
Create GitHub pages with migrated wiki (#372)
* delete master stuff and upload basic gh-pages theme stuff * Clone original Wiki files * rename landing to proper name * some tweaks * reorder * Update GBS-8200-Variants.md * Update README.md * Update Software-Setup.md * Update Software-Setup.md * add colored text * TEST * animations * Update Web-GUI.md * Update Software-Setup.md * fix? * Update OLED-Add-On-Setup-Info.md * Update Software-Setup.md * Update Software-Setup.md * Update Software-Setup.md * Update Software-Setup.md * create custom addons jekill script to tamper with sidebar URLs * change headings to make them visible on sidebar * update headings * correct conflict of html and MD just lack of spacing * correct images * correct headings * heading and more visible warning * Update various-notes.md * Update Software-Setup.md * remove references to og wiki * remove references to og wiki * Update Hardware-Mod-Library.md * Update ESP8266-Board-Adapter.md * try shadowed pics * Update README.md * Update README.md * Add new logo * Update README.md * Update README.md * Add files via upload
1 parent feecc0d commit 83d834d

File tree

156 files changed

+1142
-57067
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+1142
-57067
lines changed

.clang-format

Lines changed: 54 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,57 +3,70 @@ Language: Cpp
33
AccessModifierOffset: -4
44
AlignAfterOpenBracket: Align
55
AlignConsecutiveAssignments: false
6+
AlignConsecutiveBitFields: AcrossEmptyLinesAndComments
67
AlignConsecutiveDeclarations: false
7-
AlignEscapedNewlinesLeft: false
8-
AlignOperands: true
8+
AlignConsecutiveMacros: AcrossComments
9+
AlignEscapedNewlines: Left
10+
AlignOperands: Align
911
AlignTrailingComments: true
12+
AllowAllArgumentsOnNextLine: false
13+
AllowAllConstructorInitializersOnNextLine: true
1014
AllowAllParametersOfDeclarationOnNextLine: true
11-
AllowShortBlocksOnASingleLine: false
15+
AllowShortBlocksOnASingleLine: Empty
1216
AllowShortCaseLabelsOnASingleLine: false
17+
AllowShortEnumsOnASingleLine: true
1318
AllowShortFunctionsOnASingleLine: All
14-
AllowShortIfStatementsOnASingleLine: false
19+
AllowShortIfStatementsOnASingleLine: Never
20+
AllowShortLambdasOnASingleLine: Empty
1521
AllowShortLoopsOnASingleLine: false
16-
AlwaysBreakAfterDefinitionReturnType: None
1722
AlwaysBreakAfterReturnType: None
1823
AlwaysBreakBeforeMultilineStrings: false
1924
AlwaysBreakTemplateDeclarations: true
2025
BinPackArguments: true
2126
BinPackParameters: true
27+
BitFieldColonSpacing : Both
28+
BreakBeforeBraces: Custom
2229
BraceWrapping:
23-
AfterClass: true
30+
AfterCaseLabel: false
31+
AfterClass: true
2432
AfterControlStatement: false
25-
AfterEnum: false
26-
AfterFunction: true
27-
AfterNamespace: true
28-
AfterObjCDeclaration: false
29-
AfterStruct: true
30-
AfterUnion: true
31-
BeforeCatch: false
32-
BeforeElse: false
33-
IndentBraces: false
33+
AfterEnum: false
34+
AfterFunction: true
35+
AfterNamespace: true
36+
AfterObjCDeclaration: false
37+
AfterStruct: true
38+
AfterUnion: true
39+
AfterExternBlock: false
40+
BeforeCatch: false
41+
BeforeElse: false
42+
BeforeLambdaBody: false
43+
BeforeWhile: false
44+
IndentBraces: false
45+
SplitEmptyFunction: true
46+
SplitEmptyRecord: true
47+
SplitEmptyNamespace: true
3448
BreakBeforeBinaryOperators: None
35-
BreakBeforeBraces: Custom
49+
BreakBeforeConceptDeclarations: true
3650
BreakBeforeTernaryOperators: false
37-
BreakConstructorInitializersBeforeComma: true
51+
BreakConstructorInitializers: BeforeComma
52+
BreakStringLiterals: true
3853
ColumnLimit: 0
3954
CommentPragmas: '^ (IWYU pragma:|NOLINT)'
4055
ConstructorInitializerAllOnOneLineOrOnePerLine: false
4156
ConstructorInitializerIndentWidth: 4
4257
ContinuationIndentWidth: 4
4358
Cpp11BracedListStyle: true
59+
DeriveLineEnding: true
4460
DerivePointerAlignment: false
4561
DisableFormat: false
62+
EmptyLineBeforeAccessModifier: LogicalBlock
63+
FixNamespaceComments: true
4664
ForEachMacros: []
47-
IncludeCategories:
48-
- Regex: '^"(stdafx|PrecompiledHeader)'
49-
Priority: -2
50-
- Regex: '^".*Common'
51-
Priority: -1
52-
- Regex: '^<'
53-
Priority: 1
54-
- Regex: '^"'
55-
Priority: 2
65+
IncludeBlocks: Preserve
66+
IndentExternBlock: NoIndent
67+
IndentCaseBlocks: false
5668
IndentCaseLabels: true
69+
IndentGotoLabels: true
5770
IndentWidth: 4
5871
IndentWrappedFunctionNames: false
5972
KeepEmptyLinesAtTheStartOfBlocks: true
@@ -64,26 +77,40 @@ NamespaceIndentation: None
6477
ObjCBlockIndentWidth: 2
6578
ObjCSpaceAfterProperty: false
6679
ObjCSpaceBeforeProtocolList: true
80+
PenaltyBreakAssignment: 80
6781
PenaltyBreakBeforeFirstCallParameter: 19
6882
PenaltyBreakComment: 300
6983
PenaltyBreakFirstLessLess: 120
7084
PenaltyBreakString: 1000
85+
PenaltyBreakTemplateDeclaration: 80
7186
PenaltyExcessCharacter: 1000000
87+
PenaltyIndentedWhitespace: 80
7288
PenaltyReturnTypeOnItsOwnLine: 60
7389
PointerAlignment: Right
90+
# uncomment below when clang >13 will be out
91+
# IndentPPDirectives: AfterHash
92+
# PPIndentWidth: 1
7493
ReflowComments: true
7594
SortIncludes: false
7695
SpaceAfterCStyleCast: false
96+
SpaceAfterLogicalNot: false
97+
SpaceAroundPointerQualifiers: Default
7798
SpaceBeforeAssignmentOperators: true
99+
SpaceBeforeCaseColon: false
100+
SpaceBeforeCpp11BracedList: true
101+
SpaceBeforeInheritanceColon: false
78102
SpaceBeforeParens: ControlStatements
103+
SpaceBeforeRangeBasedForLoopColon: true
104+
SpaceBeforeSquareBrackets: false
105+
SpaceInEmptyBlock: false
79106
SpaceInEmptyParentheses: false
80107
SpacesBeforeTrailingComments: 1
81108
SpacesInAngles: false
109+
SpacesInConditionalStatement: false
82110
SpacesInContainerLiterals: true
83111
SpacesInCStyleCastParentheses: false
84112
SpacesInParentheses: false
85113
SpacesInSquareBrackets: false
86114
Standard: Cpp11
87115
TabWidth: 4
88116
UseTab: Never
89-
...

.editorconfig

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# EditorConfig: http://EditorConfig.org
2+
3+
# Top-most EditorConfig file
4+
root = true
5+
6+
# Unix-style newlines with a newline ending every file
7+
[*]
8+
end_of_line = lf
9+
insert_final_newline = true
10+
trim_trailing_whitespace = true
11+
charset = utf-8
12+
13+
# 4 space indentation
14+
[*.{c,h,js,css,html}]
15+
indent_style = space
16+
indent_size = 4
17+
18+
# 2 space indentation
19+
[*.{json,xml,yaml,yml}]
20+
indent_style = space
21+
indent_size = 2
22+
23+
# Tab indentation
24+
[Makefile*]
25+
indent_style = tab

.gitattributes

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,2 @@
1-
.gitattributes export-ignore
2-
.gitignore export-ignore
3-
.git export-ignore
4-
5-
# Set default behaviour, in case users don't have core.autocrlf set.
1+
# Auto detect text files and perform LF normalization
62
* text=auto
7-
8-
# Explicitly declare text files we want to always be normalized and converted
9-
# to native line endings on checkout.
10-
*.c text
11-
*.cpp text
12-
*.h text
13-
*.hpp text
14-
*.txt text
15-
*.rst text
16-
*.ino text
17-
18-
# Declare files that will always have CRLF line endings on checkout.
19-
*.sln text eol=crlf
20-
21-
# Denote all files that are truly binary and should not be modified.
22-
*.png binary
23-
*.jpg binary
24-
*.gz binary

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)