Explorar o código

Rollup: Added tabs as indent.

Mr.doob %!s(int64=8) %!d(string=hai) anos
pai
achega
a7c4b0a4ae
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      rollup.config.js

+ 1 - 0
rollup.config.js

@@ -27,6 +27,7 @@ function glsl () {
 
 export default {
 	entry: 'src/Three.js',
+	indent: '\t',
 	plugins: [
 		glsl()
 	],