All of my important config files
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
384 B

  1. " Tab specific option
  2. set tabstop=8 "A tab is 8 spaces
  3. set expandtab "Always uses spaces instead of tabs
  4. set softtabstop=4 "Insert 4 spaces when tab is pressed
  5. set shiftwidth=4 "An indent is 4 spaces
  6. set shiftround "Round indent to nearest shiftwidth multiple
  7. " prettify
  8. set formatprg=stylish-haskell