Parcourir la source

Rollup: Added tabs as indent.

Mr.doob il y a 9 ans
Parent
commit
a7c4b0a4ae
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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()
 	],