Explorar el Código

Improve tab configuration to fit with Jetbrains

Replace the tab of lenght 8 with four spaces.
DricomDragon hace 5 años
padre
commit
28e7688e74
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      Install/Templates/vimrc

+ 3 - 0
Install/Templates/vimrc

@@ -1 +1,4 @@
 syntax on
+set softtabstop=4
+set shiftwidth=4
+set expandtab