Skip to content

Commit

Permalink
Exclude checked-in flexbuffers from dprint check
Browse files Browse the repository at this point in the history
Also run dprint fmt
  • Loading branch information
rdaum committed Oct 16, 2024
1 parent fb05614 commit 522fdcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ with the following caveats:
- No external network connection support or builtins for that. (Web front ends and alternative protocols are done
in the Rust server layer, not in the MOO core.)
- Little support for the extensions present in ToastStunt, Stunt, etc. (e.g. WAIFs etc.). (Some of these may
come in the future. Or not. Stunt-compatible Maps *were* added, recently).
come in the future. Or not. Stunt-compatible Maps _were_ added, recently).

The easiest way to get started is to run the `docker compose` setup. This will bring up a complete server with `telnet`
and `websocket` interfaces. The server will be setup with an initial `JaysHouseCore` core import.
Expand Down
1 change: 0 additions & 1 deletion crates/web-host/src/client/var.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@
// You should have received a copy of the GNU General Public License along with
// this program. If not, see <https://www.gnu.org/licenses/>.
//

3 changes: 2 additions & 1 deletion dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"indentWidth": 4
},
"excludes": [
"**/third-party/**/"
"**/third-party/**/",
"crates/web-host/src/client/flexbuffers/**"
],
"plugins": [
"https://plugins.dprint.dev/toml-0.6.2.wasm",
Expand Down

0 comments on commit 522fdcd

Please sign in to comment.