File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,6 @@ insert_final_newline = true
10
10
11
11
[* .md ]
12
12
trim_trailing_whitespace = false
13
+
14
+ [* .glsl ]
15
+ indent_size = 4
Original file line number Diff line number Diff line change 19
19
"files.associations" : {
20
20
"*.czml" : " json"
21
21
},
22
- "files.trimTrailingWhitespace" : true ,
23
- "files.insertFinalNewline" : true ,
24
- "editor.insertSpaces" : true ,
25
- "editor.tabSize" : 2 ,
26
- "editor.detectIndentation" : false ,
27
22
"eslint.enable" : true ,
28
23
"javascript.format.insertSpaceAfterCommaDelimiter" : true ,
29
24
"javascript.format.insertSpaceAfterSemicolonInForStatements" : true ,
33
28
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis" : false ,
34
29
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets" : false ,
35
30
"javascript.format.placeOpenBraceOnNewLineForFunctions" : false ,
36
- "javascript.format.placeOpenBraceOnNewLineForControlBlocks" : false
31
+ "javascript.format.placeOpenBraceOnNewLineForControlBlocks" : false ,
32
+ "glTF.defaultV2Engine" : " Cesium"
37
33
}
You can’t perform that action at this time.
0 commit comments