dotfiles

My ~/.config directory

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
# Detectindent

Whenever a file is opened, the detectindent plugin tries to automatically
detect its indentation style (spaces or tabs) and set the `tabstospaces`
option accordingly. If spaces indentation is detected, it also tries to
detect the indentation width and set the `tabsize` option accordingly.

To disable it, just turn off the plugin:

```
set detectindent off
```