Skip to content

Instantly share code, notes, and snippets.

View bardzh's full-sized avatar

BardZ H bardzh

  • Exivar Ltd.
  • Canada
View GitHub Profile
@bardzh
bardzh / prettier.json
Created January 18, 2022 13:45
config
{
"arrowParens": "always",
"bracketSameLine": false,
"bracketSpacing": true,
"embeddedLanguageFormatting": "auto",
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxSingleQuote": false,
"proseWrap": "preserve",
"quoteProps": "as-needed",
@bardzh
bardzh / index.haml
Created June 20, 2016 09:50
Haml badass Template
!!! 5
%head
%meta(charset="utf-8")
%meta(http-equiv="x-ua-compatible" content="ie=edge")
%meta(name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no")
-#Allows control over where resources are loaded from
-#Place as early in the document as possible
%meta(http-equiv="Content-Security-Policy" content="default-src 'self'")