-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.oxfmtrc.json
More file actions
42 lines (42 loc) · 1.46 KB
/
Copy path.oxfmtrc.json
File metadata and controls
42 lines (42 loc) · 1.46 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
{
"tabWidth": 4,
"overrides": [
{
"files": ["*.yml", "*.yaml", "*.md"],
"options": { "tabWidth": 2 }
}
],
"ignorePatterns": [
"syntaxes/*.tmLanguage.json",
"syntaxes/*.tmLanguage.yml",
"server/out/*.json",
"server/data/weidu-baf-iesdp.yml",
"server/data/weidu-baf-ids.yml",
"server/data/fallout-ssl-sfall.yml",
"format/out/**",
"binary/out/**",
"binary/src/ie-common/opcode-relationships.ts",
"binary/src/ie-common/opcodes.ts",
"binary/src/ie-common/specs/effect.ts",
"binary/src/itm/specs/header.ts",
"binary/src/itm/specs/ability.ts",
"binary/src/spl/specs/header.ts",
"binary/src/spl/specs/ability.ts",
"binary/src/eff/specs/header.ts",
"binary/src/eff/specs/body.ts",
"server/src/*/tree-sitter.d.ts",
"grammars/*/src/tree-sitter.d.ts",
"shared/syntax-types/fallout-ssl.ts",
"shared/syntax-types/weidu-baf.ts",
"shared/syntax-types/weidu-d.ts",
"shared/syntax-types/weidu-tp2.ts",
"grammars/*/src/syntax-type.ts",
"themes/vscode-monokai.json",
"themes/vs-seti-icon-theme.json",
"themes/bgforge-monokai.json",
"themes/bgforge-icon-theme.json",
"binary-editor/test/harness/*.html",
"client/src/dialog-editor/test/harness/app.html",
"client/src/dialog-editor/test/harness/real-model.ts"
]
}