Skip to content

Instantly share code, notes, and snippets.

View JetV's full-sized avatar

Dmitrii Vokhmintsev JetV

  • PNPI
  • Russian Federation, Leningrad region, Gatchina
View GitHub Profile
@Sharpie
Sharpie / .vimrc
Created January 27, 2010 01:24
A vim profile file designed for editing Fortran source code
" Ensure correct syntax highlighting and auto-indentation for Fortran free-form
" source code.
let fortran_free_source=1
let fortran_do_enddo=1
filetype plugin indent on
syntax on
" Turn on line numbers and row/column numbers.
set nu