I hereby claim:
- I am flyingfisch on github.
- I am flyingfisch (https://keybase.io/flyingfisch) on keybase.
- I have a public key whose fingerprint is C00A 02E3 2CC0 00D6 6BA8 E607 9DFB 781A EF57 953E
To claim this, I am signing this object:
| <!DOCTYPE HTML> | |
| <html> | |
| <head> | |
| <title>Index</title> | |
| </head> | |
| <body> | |
| <style> | |
| html { | |
| background: #CDE5E5; |
| #ASP.net Razor Cheatsheet | |
| ## Basics | |
| ### Including code in a view | |
| ``` | |
| <!-- Single-statement blocks --> | |
| @{ int myInt = 1; } |
| # CSS/Sass Style Guide | |
| [TOC] | |
| ## Coding Style | |
| ### Whitespace | |
| * Indent using four spaces, no tabs. Reason: Ensures that indentation is consistent across editors, Visual Studio default. |
| ;; -*- mode: dotspacemacs -*- | |
| ;; This file is loaded by Spacemacs at startup. | |
| ;; It must be stored in your home directory. | |
| (defun dotspacemacs/layers () | |
| "Configuration Layers declaration." | |
| (setq-default | |
| ;; List of additional paths where to look for configuration layers. | |
| ;; Paths must have a trailing slash (ie. `~/.mycontribs/') |
| " infect | |
| execute pathogen#infect() | |
| filetype off | |
| syntax on | |
| filetype plugin indent on | |
| set autoindent | |
| set smartindent | |
| set mouse=a | |
| set nocursorline |
| // == 1 instead of == 0 because document.styleSheets includes the user agent stylesheets | |
| if (document.styleSheets.length == 1) { | |
| var el = document.getElementsByTagName("body")[0].style; | |
| el.maxWidth = '40em'; | |
| el.margin = '1em auto'; | |
| // optional, I may be getting carried away now... | |
| el.fontFamily = '"Palatino Linotype","Book Antiqua",Palatino,serif'; | |
| el.lineHeight = '1.7em'; |
| // ==UserScript== | |
| // @name easy-reading | |
| // @namespace [email protected] | |
| // @include * | |
| // @version 1.22 | |
| // @grant none | |
| // ==/UserScript== | |
| // to install, click the raw button in the upper right |
I hereby claim:
To claim this, I am signing this object:
More coming soon!