Difference between revisions 79909687 and 80638116 on commonswiki

__NOTOC__
*[https://ted.ucsd.edu/webapps/login/ Ted]

*[http://ieng6.ucsd.edu/~cs100f/ CSE 100]
*[http://cseweb.ucsd.edu/classes/fa12/cse105-a/ CSE 105]
*[http://cseweb.ucsd.edu/classes/fa12/cse140-a/ CSE 140]
*[http://cseweb.ucsd.edu/classes/fa12/cse140L-a/ CSE140L]

(contracted; show full)
*<code><nowiki>[[COM:PCP|Unclear copyright status]].  Unless we have clear, ''explicit'' [[COM:OTRS|written]]/textual, tangible evidence indicating that this file is indeed freely licensed under a Commons [[Commons:Copyright tags|compatible]] license, we [[COM:PCP|cannot host]] it on Commons</nowiki></code>

==Interest==
*[[Commons:File description page regular expressions]]



<!--


set nocompatible    " This line must be first or the changes you are expecting
                    " may not be the changes that occur

set confirm         " Starts dialog when exiting without saving
set title           " filename [+=-] (path) - GVIM
set showmode        " Display the current mode on the last line
set ruler           " Always show position in file

set tabpagemax=50      " Set max number of tabs
set history=20	       " Stores the last 20 ':' commands
set undolevels=100     " The commands that can be stored in for undo
set noincsearch        " Does not go immediately to pattern typed so far

set backspace=2        " Allows backspace of indent, eol, and start

syntax on           " Turn on syntax highlighting based of file type

autocmd BufNewFile [Mm]akefile* set formatoptions=croql comments=:#
autocmd BufNewFile .vimrc,*.vim set formatoptions=croql comments=:\"
autocmd FileType c,cpp,java set mps+==:;

set formatoptions=tcrq " How to autoindent
set cin                " set C indenting
set smartindent        " Next line indentation is based on previous line
set showmatch          " Show match when inserting {}, [], or ()'s
set expandtab	       " Tabs are extended into spaces
set shiftwidth=3       " Indent 4 instead of 8
set tabstop=3	       " Tab stop is 4 instead of 8
set softtabstop=3


" Ignores files when autocompleting      
set wildignore=*.o,*.bak,*.data,*.class

colors default          " Set prefered color scheme

-->