Skip to content

Instantly share code, notes, and snippets.

View izadmehr's full-sized avatar

Meysam Izadmehr izadmehr

  • Berlin
View GitHub Profile
'padding-line-between-statements': [2,
// Always require blank lines after directive (like 'use-strict'), except between directives
{blankLine: 'always', prev: 'directive', next: '*'},
{blankLine: 'any', prev: 'directive', next: 'directive'},
// Always require blank lines after import, except between imports
{blankLine: 'always', prev: 'import', next: '*'},
{blankLine: 'any', prev: 'import', next: 'import'},
// Always require blank lines before and after every sequence of variable declarations and export
{blankLine: 'always', prev: '*', next: ['const', 'let', 'var', 'export']},
{blankLine: 'always', prev: ['const', 'let', 'var', 'export'], next: '*'},
@arminghm
arminghm / gist:c90d73f971a848e7e42456e75143321b
Last active July 3, 2017 13:34 — forked from izadmehr/taigRtl.txt
CSS style for RTL Taiga.io
body {
font-family: IRANSans !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: IRANSans !important;
@Ssisakhti
Ssisakhti / gist:ce99f378642c3fea2836
Created November 22, 2015 07:14
CSS style for RTL Taiga.io
body {
font-family: IRANSans !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: IRANSans !important;