mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-11-22 13:13:47 +00:00
Modified UI layouts, and performed XML formatting cleanup.
This commit is contained in:
parent
a2b08e3e34
commit
f5046cece6
36
.vscode/settings.json
vendored
36
.vscode/settings.json
vendored
|
|
@ -26,6 +26,42 @@
|
||||||
},
|
},
|
||||||
"prettier.tabWidth": 2,
|
"prettier.tabWidth": 2,
|
||||||
|
|
||||||
|
// XML formatting style configuration
|
||||||
|
"xml.format.enabled": true,
|
||||||
|
"xml.format.legacy": false,
|
||||||
|
"xml.format.emptyElements": "collapse",
|
||||||
|
"xml.preferences.quoteStyle": "double",
|
||||||
|
"xml.format.enforceQuoteStyle": "preferred",
|
||||||
|
"xml.format.preserveAttributeLineBreaks": false,
|
||||||
|
"xml.format.preservedNewlines": 0,
|
||||||
|
"xml.format.splitAttributes": false,
|
||||||
|
"xml.format.joinCDATALines": true,
|
||||||
|
"xml.format.preserveEmptyContent": false,
|
||||||
|
"xml.format.joinCommentLines": false,
|
||||||
|
"xml.format.joinContentLines": false,
|
||||||
|
"xml.format.spaceBeforeEmptyCloseTag": true,
|
||||||
|
"xml.format.xsiSchemaLocationSplit": "onPair",
|
||||||
|
"xml.format.splitAttributesIndentSize": 2,
|
||||||
|
"xml.format.closingBracketNewLine": false,
|
||||||
|
"xml.format.preserveSpace": [
|
||||||
|
"xsl:text",
|
||||||
|
"xsl:comment",
|
||||||
|
"xsl:processing-instruction",
|
||||||
|
"literallayout",
|
||||||
|
"programlisting",
|
||||||
|
"screen",
|
||||||
|
"synopsis",
|
||||||
|
"pre",
|
||||||
|
"xd:pre"
|
||||||
|
],
|
||||||
|
"xml.format.maxLineWidth": 0,
|
||||||
|
"xml.format.grammarAwareFormatting": true,
|
||||||
|
|
||||||
|
// Generic file formatting style configuration
|
||||||
|
"files.insertFinalNewline": true,
|
||||||
|
"files.trimFinalNewlines": false,
|
||||||
|
"files.trimTrailingWhitespace": true,
|
||||||
|
|
||||||
// Automatically detect indentation.
|
// Automatically detect indentation.
|
||||||
"editor.detectIndentation": true,
|
"editor.detectIndentation": true,
|
||||||
"editor.insertSpaces": true,
|
"editor.insertSpaces": true,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue