Explorar el Código

Add makeful rules to .editorconfig

OMFG, why is it not set to tabs??
Drashna Jaelre hace 6 años
padre
commit
da86484027
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .editorconfig

+ 2 - 0
.editorconfig

@@ -19,9 +19,11 @@ indent_size = 4
 # Make these match what we have in .gitattributes
 [*.mk]
 end_of_line = lf
+indent_style = tab
 
 [Makefile]
 end_of_line = lf
+indent_style = tab
 
 [*.sh]
 end_of_line = lf