forked from Xastir/Xastir-Qt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Emacs needs one per project, Vim needs one per directory. Instructions for configuring Vim to use the file are listed at the top of the .vimrc files.
- Loading branch information
Showing
5 changed files
with
152 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
((nil . ((indent-tabs-mode . t) | ||
(c-basic-offset . 4) | ||
(tab-width . 4)) | ||
)) |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
" | ||
" Per-project .vimrc file: Configures Vim per Xastir project standards. | ||
" | ||
" Add these two files to the end of your ~/.vimrc file: | ||
" | ||
" set exrc | ||
" set secure | ||
" | ||
|
||
|
||
" Set compatibility to Vim only | ||
set nocompatible | ||
|
||
" Turn on syntax highlighting | ||
syntax on | ||
|
||
" Tab equals 4 columns | ||
set tabstop=4 | ||
set softtabstop=4 | ||
|
||
" Insert spaces instead of tab characters | ||
set expandtab | ||
|
||
" Control how many columns text is indented with the reindent | ||
" operations (<< and >>) and automatic C-style indentation. | ||
set shiftwidth=4 | ||
|
||
" When off, a <Tab> always inserts blanks according to 'tabstop' or | ||
" 'softtabstop'. 'shiftwidth' is only used for shifting text left or | ||
" right |shift-left-right|. | ||
set nosmarttab | ||
|
||
" Display different types of white spaces. | ||
"set list | ||
"set listchars=tab:#\ ,trail:#,extends:#,nbsp:. | ||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
" | ||
" Per-project .vimrc file: Configures Vim per Xastir project standards. | ||
" | ||
" Add these two files to the end of your ~/.vimrc file: | ||
" | ||
" set exrc | ||
" set secure | ||
" | ||
|
||
|
||
" Set compatibility to Vim only | ||
set nocompatible | ||
|
||
" Turn on syntax highlighting | ||
syntax on | ||
|
||
" Tab equals 4 columns | ||
set tabstop=4 | ||
set softtabstop=4 | ||
|
||
" Insert spaces instead of tab characters | ||
set expandtab | ||
|
||
" Control how many columns text is indented with the reindent | ||
" operations (<< and >>) and automatic C-style indentation. | ||
set shiftwidth=4 | ||
|
||
" When off, a <Tab> always inserts blanks according to 'tabstop' or | ||
" 'softtabstop'. 'shiftwidth' is only used for shifting text left or | ||
" right |shift-left-right|. | ||
set nosmarttab | ||
|
||
" Display different types of white spaces. | ||
"set list | ||
"set listchars=tab:#\ ,trail:#,extends:#,nbsp:. | ||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
" | ||
" Per-project .vimrc file: Configures Vim per Xastir project standards. | ||
" | ||
" Add these two files to the end of your ~/.vimrc file: | ||
" | ||
" set exrc | ||
" set secure | ||
" | ||
|
||
|
||
" Set compatibility to Vim only | ||
set nocompatible | ||
|
||
" Turn on syntax highlighting | ||
syntax on | ||
|
||
" Tab equals 4 columns | ||
set tabstop=4 | ||
set softtabstop=4 | ||
|
||
" Insert spaces instead of tab characters | ||
set expandtab | ||
|
||
" Control how many columns text is indented with the reindent | ||
" operations (<< and >>) and automatic C-style indentation. | ||
set shiftwidth=4 | ||
|
||
" When off, a <Tab> always inserts blanks according to 'tabstop' or | ||
" 'softtabstop'. 'shiftwidth' is only used for shifting text left or | ||
" right |shift-left-right|. | ||
set nosmarttab | ||
|
||
" Display different types of white spaces. | ||
"set list | ||
"set listchars=tab:#\ ,trail:#,extends:#,nbsp:. | ||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
" | ||
" Per-project .vimrc file: Configures Vim per Xastir project standards. | ||
" | ||
" Add these two files to the end of your ~/.vimrc file: | ||
" | ||
" set exrc | ||
" set secure | ||
" | ||
|
||
|
||
" Set compatibility to Vim only | ||
set nocompatible | ||
|
||
" Turn on syntax highlighting | ||
syntax on | ||
|
||
" Tab equals 4 columns | ||
set tabstop=4 | ||
set softtabstop=4 | ||
|
||
" Insert spaces instead of tab characters | ||
set expandtab | ||
|
||
" Control how many columns text is indented with the reindent | ||
" operations (<< and >>) and automatic C-style indentation. | ||
set shiftwidth=4 | ||
|
||
" When off, a <Tab> always inserts blanks according to 'tabstop' or | ||
" 'softtabstop'. 'shiftwidth' is only used for shifting text left or | ||
" right |shift-left-right|. | ||
set nosmarttab | ||
|
||
" Display different types of white spaces. | ||
"set list | ||
"set listchars=tab:#\ ,trail:#,extends:#,nbsp:. | ||
|
||
|