Skip to content

Instantly share code, notes, and snippets.

View Laslo89's full-sized avatar

Matthias Laslo89

  • Paessler AG
  • Nuremberg, Germany
View GitHub Profile
@mimamuh
mimamuh / snippets_atom
Last active September 25, 2017 15:30
snippets of michaels atom editor
# Your snippets
#
# Atom snippets allow you to enter a simple prefix in the editor and hit tab to
# expand the prefix into a larger code block with templated values.
#
# You can create a new snippet in this file by typing "snip" and then hitting
# tab.
#
# An example CoffeeScript snippet to expand log to console.log:
#