Skip to content

Commit ffd9989

Browse files
committed
Set GLSL to 4 spaces, move redundant settings out of VSCode files.
1 parent 44acf66 commit ffd9989

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ insert_final_newline = true
1010

1111
[*.md]
1212
trim_trailing_whitespace = false
13+
14+
[*.glsl]
15+
indent_size = 4

.vscode/settings.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@
1919
"files.associations": {
2020
"*.czml": "json"
2121
},
22-
"files.trimTrailingWhitespace": true,
23-
"files.insertFinalNewline": true,
24-
"editor.insertSpaces": true,
25-
"editor.tabSize": 2,
26-
"editor.detectIndentation": false,
2722
"eslint.enable": true,
2823
"javascript.format.insertSpaceAfterCommaDelimiter": true,
2924
"javascript.format.insertSpaceAfterSemicolonInForStatements": true,
@@ -33,5 +28,6 @@
3328
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": false,
3429
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": false,
3530
"javascript.format.placeOpenBraceOnNewLineForFunctions": false,
36-
"javascript.format.placeOpenBraceOnNewLineForControlBlocks": false
31+
"javascript.format.placeOpenBraceOnNewLineForControlBlocks": false,
32+
"glTF.defaultV2Engine": "Cesium"
3733
}

0 commit comments

Comments
 (0)