From 60ec8da7013ed4f9aff8654504a5c377de4a6afe Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 12 Jun 2019 08:38:37 +0000 Subject: [PATCH] Update page 'Home' --- Home.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Home.md b/Home.md index 185d216..24ef4cd 100644 --- a/Home.md +++ b/Home.md @@ -4,15 +4,16 @@ Goals, Guiding Philosophies, Contributing, and such... * [Move to Approve: Our Philosophy on PRs](Move-to-Approve) * [Built with Rage](Built-with-Rage) +# Code Style +* _Zero dependencies_ when possible +* Go - `go fmt` +* Rust - `rustfmt` +* Node.js - Node v6 compatible, VanillaJS, ES5.1½, `prettier` +* Browsers - same as above + # Licensing MPL-2.0 We care about brand value. We care about choice. We care about education. -We care about our code. - -# Code Style -* Go - `go fmt` -* Rust - `rustfmt` -* Node.js - Node v6 compatible, VanillaJS, ES5.1½, `prettier` -* Browsers - same as above \ No newline at end of file +We care about our code. \ No newline at end of file