Skip to content

Instantly share code, notes, and snippets.

View miduku's full-sized avatar

Dustin Kummer miduku

View GitHub Profile
@miduku
miduku / .editorconfig
Last active May 9, 2022 09:34 — forked from ff6347/.babelrc
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org
root = true
[*]
# Change these settings to your own preference
indent_style = space
@miduku
miduku / 0_reuse_code.js
Created January 20, 2016 19:57
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console