Procházet zdrojové kódy

filter for json files

[filter "tabindent"]
	clean = unexpand --tabs=4 --first-only
	smudge = unexpand --tabs=4 --first-only
Markus-Rost před 5 roky
rodič
revize
ca8092bec7
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      .gitattributes

+ 1 - 0
.gitattributes

@@ -0,0 +1 @@
+*.json  filter=tabindent