Skip to content

Instantly share code, notes, and snippets.

@tam-matsuo
tam-matsuo / 0_reuse_code.js
Created March 2, 2016 02:11
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
@tam-matsuo
tam-matsuo / tipsnote.editorconfig
Last active October 20, 2015 01:05
TipsNote .editorconfig sample
# ルートフォルダかどうか
root = true
[*]
indent_style = space
charset = utf-8
end_of_line = lf
[*.php]
indent_size = 4
@tam-matsuo
tam-matsuo / .editorconfig
Last active December 26, 2016 05:26
.editorconfig
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true