- Rework org and store UI state modules (rename/move store/getter files, add runtime and bridge wiring) - Update store UI components and page structure (navbar/cart split, new StoreView flow) - Apply broad markdown/YAML/HTML/CSS/JS formatting cleanup across docs, templates, and workflows
25 lines
578 B
Plaintext
25 lines
578 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": ".",
|
|
},
|
|
],
|
|
"settings": {
|
|
"editor.insertSpaces": true,
|
|
"editor.detectIndentation": false,
|
|
|
|
"files.autoSave": "onFocusChange",
|
|
"files.trimFinalNewlines": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
"files.insertFinalNewline": true,
|
|
|
|
"files.associations": {
|
|
"*.cpp": "arma-config",
|
|
"*.hpp": "arma-config",
|
|
"*.inc": "arma-config",
|
|
"*.cfg": "arma-config",
|
|
"*.rvmat": "arma-config",
|
|
},
|
|
},
|
|
}
|