This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| body { | |
| font-family: Helvetica, arial, sans-serif; | |
| font-size: 14px; | |
| line-height: 1.6; | |
| padding-top: 10px; | |
| padding-bottom: 10px; | |
| background-color: white; | |
| padding: 30px; } | |
| body > *:first-child { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " I'm using the following config to make my code look the same everywhere. | |
| set bs=indent,eol,start " allow backspacing over everything | |
| set autoindent " enable auto-indentation | |
| set tabstop=2 " no. of spaces for tab in file | |
| set shiftwidth=2 " no. of spaces for step in autoindent | |
| set softtabstop=2 " no. of spaces for tab when editing | |
| set expandtab " expand tabs into spaces | |
| set smarttab " smart tabulation and backspace |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # MySQL Server Instance Configuration File | |
| # ---------------------------------------------------------------------- | |
| # Generated by the MySQL Server Instance Configuration Wizard | |
| # | |
| # | |
| # Installation Instructions | |
| # ---------------------------------------------------------------------- | |
| # | |
| # On Linux you can copy this file to /etc/my.cnf to set global options, | |
| # mysql-data-dir/my.cnf to set server-specific options |
NewerOlder