diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-08-12 09:19:03 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-08-12 09:19:03 +0200 |
| commit | 6e5882a2fd02d30206ab9ca8aa5847b8ea09196c (patch) | |
| tree | 75d3b91f9005e51b93a37b44f3ad23ce4f48bc35 /nexrc | |
| parent | 41c676453cd32fac760ff26e092c9dc81874739f (diff) | |
| download | dotfiles-6e5882a2fd02d30206ab9ca8aa5847b8ea09196c.tar.gz dotfiles-6e5882a2fd02d30206ab9ca8aa5847b8ea09196c.tar.bz2 dotfiles-6e5882a2fd02d30206ab9ca8aa5847b8ea09196c.zip | |
Normalize line endings
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 648ee6a..442c5fc 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 | ||
