Skip to content

Commit

Permalink
Started work on KaruroChori#40
Browse files Browse the repository at this point in the history
  • Loading branch information
karurochari committed Dec 5, 2024
1 parent 95d750b commit 8516bdc
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 0 deletions.
Empty file added .format/.clang-format
Empty file.
Empty file added .format/.clang-format-ignore
Empty file.
13 changes: 13 additions & 0 deletions .format/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Collection of format configs for this project.
As a developer you should not be too concerned about them, they will be picked up by CI.

- [`clang-format`](https://clang.llvm.org/docs/ClangFormat.html) for C/C++
- [`biome`](https://biomejs.dev/) for TS/TSX/JSON
- [`xmllint`](https://gitlab.gnome.org/GNOME/libxml2) for XML

Missing (I need to check what vscode is using for them right now maybe):

- Swift
- yml
- toml
- md
Empty file added .format/biome.json
Empty file.
Empty file added .format/meson.format
Empty file.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ This project is based on the following dependencies:
- [libuv](https://libuv.org/) for me not to care about portable code.
- [vs.templ](https://github.com/lazy-eggplant/vs.templ) a library to parse markdown (not just to HTML).
- [vs.robot](https://github.com/lazy-eggplant/vs.robot) a library to perform automatic actions on FLTK.
- [vs.xml-piler](https://github.com/lazy-eggplant/vs.xml-piler) to generate the XML parser backends based on schema files and specs.
- [sqlite](https://www.sqlite.org/) as the embedded DB to handle user profiles, caching etc.

### For embedded scripts

Expand Down

0 comments on commit 8516bdc

Please sign in to comment.