-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhaju.sublime-project
More file actions
53 lines (53 loc) · 1.52 KB
/
Copy pathhaju.sublime-project
File metadata and controls
53 lines (53 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"folders": [
{
"path": ".",
}
],
"settings": {
"LSP": {
"formatters": {
"source.json.composer": "LSP-biome",
"source.json.sublime": "LSP-biome",
"source.json.biome": "LSP-biome",
"source.json.npm": "LSP-json",
"source.json": "LSP-biome",
"source.ts": "LSP-biome",
"source.css": "LSP-css",
"source.js": "LSP-biome",
},
"LSP-intelephense": {
"settings": {
"intelephense.environment.phpVersion": "8.2",
},
},
"LSP-css": {
"settings": {
"css.lint.importStatement": "ignore",
},
},
},
"SublimeLinter.linters.stylelint.disable": true,
"SublimeLinter.linters.php.disable": false,
"SublimeLinter.linters.phpstan.disable": false,
"SublimeLinter.linters.phpcs.disable": false,
"SublimeLinter.linters.phpcsfixer.disable": true,
"SublimeLinter.linters.rector.disable": false,
"SublimeLinter.linters.ecs.disable": true,
"SublimeLinter.linters.oxlint.disable": true,
"SublimeLinter.linters.phpmd.disable": false,
"SublimeLinter.linters.phpmd.rulesets": "${project_path}/phpmd.xml",
"translate_tabs_to_spaces": true,
"tab_size": 2,
"default_line_ending": "unix",
"default_encoding": "UTF-8",
"trim_trailing_white_space_on_save": "not_on_caret",
"ensure_newline_at_eof_on_save": true,
},
"connections": {
"haju-sqlite": {
"type": "sqlite",
"database": "C:/xampp/htdocs/haju/database/haju.db",
},
},
}