Skip to content

Instantly share code, notes, and snippets.

View benhinchley's full-sized avatar

Ben Hinchley benhinchley

View GitHub Profile

Keybase proof

I hereby claim:

  • I am benhinchley on github.
  • I am benhinchley (https://keybase.io/benhinchley) on keybase.
  • I have a public key ASAW1e5PDmfZTz2Vn2AJLukmF-wIZgzcbFKAnTvj6N2FVgo

To claim this, I am signing this object:

@benhinchley
benhinchley / .editorconfig
Last active July 10, 2017 12:30
robust .editorconfig file for all of my needs
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
tab_width = 4
insert_final_newline = true
trim_trailing_whitespace = true