diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-08-12 09:22:12 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-08-12 09:22:12 +0200 |
| commit | 189d244d36d4ebb2189b698adb21f51cf1c4176a (patch) | |
| tree | 3a6a9847dafabea051997b1a9cbc124a242ec1d3 /nexrc | |
| parent | 6e5882a2fd02d30206ab9ca8aa5847b8ea09196c (diff) | |
| download | dotfiles-189d244d36d4ebb2189b698adb21f51cf1c4176a.tar.gz dotfiles-189d244d36d4ebb2189b698adb21f51cf1c4176a.tar.bz2 dotfiles-189d244d36d4ebb2189b698adb21f51cf1c4176a.zip | |
Revert "Normalize line endings"
This reverts commit 6e5882a2fd02d30206ab9ca8aa5847b8ea09196c.
Diffstat (limited to 'nexrc')
| -rw-r--r-- | nexrc/nexrc | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/nexrc/nexrc b/nexrc/nexrc index 442c5fc..648ee6a 100644 --- a/nexrc/nexrc +++ b/nexrc/nexrc | |||
| @@ -1,22 +1,22 @@ | |||
| 1 | set number | 1 | set number |
| 2 | 2 | ||
| 3 | set autoindent | 3 | set autoindent |
| 4 | set tabstop=4 | 4 | set tabstop=4 |
| 5 | set shiftwidth=4 | 5 | set shiftwidth=4 |
| 6 | 6 | ||
| 7 | set extend | 7 | set extend |
| 8 | set magic | 8 | set magic |
| 9 | set searchincr | 9 | set searchincr |
| 10 | set iclower | 10 | set iclower |
| 11 | 11 | ||
| 12 | set showmatch | 12 | set showmatch |
| 13 | 13 | ||
| 14 | set fileencoding=utf-8 | 14 | set fileencoding=utf-8 |
| 15 | set inputencoding=utf-8 | 15 | set inputencoding=utf-8 |
| 16 | 16 | ||
| 17 | set ruler | 17 | set ruler |
| 18 | set windowname | 18 | set windowname |
| 19 | 19 | ||
| 20 | set noerrorbells | 20 | set noerrorbells |
| 21 | set noflash | 21 | set noflash |
| 22 | 22 | ||
