Skip to content

Instantly share code, notes, and snippets.

View AmmarHasan's full-sized avatar

Ammar Hasan AmmarHasan

View GitHub Profile
@AmmarHasan
AmmarHasan / settings.json
Last active February 3, 2017 13:18
User settings for Vscode
// Place your settings in this file to overwrite the default settings
{
// Insert spaces when pressing Tab.
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.detectIndentation": false,
"editor.renderWhitespace": "boundary",
"editor.rulers": [
100, 120
],
@AmmarHasan
AmmarHasan / designer.html
Last active August 29, 2015 14:15
designer
<link rel="import" href="../topeka-elements/topeka-resources.html">
<link rel="import" href="../topeka-elements/topeka-profile.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;