Parcourir la source

Improve tab configuration to fit with Jetbrains

Replace the tab of lenght 8 with four spaces.
DricomDragon il y a 5 ans
Parent
commit
28e7688e74
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      Install/Templates/vimrc

+ 3 - 0
Install/Templates/vimrc

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