قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-22 15:07:44 +00:00

* update npm packages to latest * fix javascript path location * update screenshots * Add node_modules for users that do not have npm insalled but use git to deploy. * fix release checklist test * Add old chroma-js + some files missing from node_module. * remove npm install * fix .travis.yml * update expected screenshots * update submodule Co-authored-by: sgiehl <stefan@matomo.org>
21 خطوط
488 B
Plaintext
Vendored
21 خطوط
488 B
Plaintext
Vendored
{
|
|
"settings":
|
|
{
|
|
"detect_indentation": true,
|
|
"ensure_newline_at_eof_on_save": true,
|
|
"tab_size": 4,
|
|
"translate_tabs_to_spaces": true,
|
|
"trim_automatic_white_space": false,
|
|
"trim_trailing_white_space_on_save": true,
|
|
},
|
|
"folders":
|
|
[
|
|
{
|
|
"path": "./",
|
|
"folder_exclude_patterns": ["bin", "coverage", "node_modules"],
|
|
"file_exclude_patterns": ["*.sublime-workspace"]
|
|
}
|
|
]
|
|
}
|
|
|