Created
September 18, 2014 08:52
-
-
Save Constellation/6e7345bf069f8dac68b5 to your computer and use it in GitHub Desktop.
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
| " .lvimrc for WebKit | |
| " vim: set ft=vim: | |
| setl expandtab | |
| setl tabstop=4 | |
| setl softtabstop=4 | |
| setl shiftwidth=4 | |
| setl textwidth=0 | |
| setl colorcolumn= | |
| setl nowrap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment