Created
September 18, 2014 08:53
-
-
Save Constellation/454e53371862d096dc96 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 Linux kernel | |
| " vim: set ft=vim: | |
| setl noexpandtab | |
| setl tabstop=8 | |
| setl softtabstop=8 | |
| setl shiftwidth=8 | |
| 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