Skip to content
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
---
BasedOnStyle: LLVM
Language: Json
IndentWidth: 2
UseTab: Never
---
BasedOnStyle: LLVM
Language: JavaScript
IndentWidth: 4
UseTab: Never
---
Language: Cpp
AccessModifierOffset: -2
AlignAfterOpenBracket: Align
Expand Down
7 changes: 7 additions & 0 deletions .codespellignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
que
cancelled
copyable
pullrequest
snd
statics
Claus
6 changes: 6 additions & 0 deletions .codespellrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[codespell]
builtin = clear,rare,en-GB_to_en-US,names,informal,code
check-hidden =
skip = ./.git,./build/*,./stagedir/*,./docs/html/*,./docs/latex/*,*.log,.*.swp,*~,*.bak,Makefile
quiet-level = 2
ignore-words = .codespellignore
2 changes: 2 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

FROM mcr.microsoft.com/devcontainers/cpp:1-ubuntu-22.04

USER vscode
Expand Down
29 changes: 13 additions & 16 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/cpp

{
"name": "Beman Project Generic Devcontainer",
"build": {
"dockerfile": "Dockerfile"
},
"postCreateCommand": "bash .devcontainer/postcreate.sh",
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.cpptools",
"ms-vscode.cmake-tools"
]
}
}
"name": "Beman Project Generic Devcontainer",
"build": {
"dockerfile": "Dockerfile"
},
"postCreateCommand": "bash .devcontainer/postcreate.sh",
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.cpptools",
"ms-vscode.cmake-tools"
]
}
}
}
1 change: 1 addition & 0 deletions .devcontainer/postcreate.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
# Setup pre-commit
pre-commit
pre-commit install
4 changes: 0 additions & 4 deletions .github/workflows/.beman_submodule

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/.github/CODEOWNERS

This file was deleted.

230 changes: 0 additions & 230 deletions .github/workflows/LICENSE

This file was deleted.

85 changes: 0 additions & 85 deletions .github/workflows/README.md

This file was deleted.

Loading