2
0
Эх сурвалжийг харах

Rollup: Added tabs as indent.

Mr.doob 8 жил өмнө
parent
commit
a7c4b0a4ae
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  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()
 	],