mirror of
https://github.com/projectbraf/braf_factions.git
synced 2026-06-13 14:23:28 +00:00
16 lines
270 B
Plaintext
16 lines
270 B
Plaintext
{
|
|
"tabWidth": 4,
|
|
"useTabs": true,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"trailingComma": "none",
|
|
"bracketSpacing": true,
|
|
"overrides": [
|
|
{
|
|
"files": "*.cfg",
|
|
"options": {
|
|
"parser": "cpp"
|
|
}
|
|
}
|
|
]
|
|
} |