mirror of
https://github.com/obsproject/obs-studio
synced 2025-04-29 15:57:26 +08:00

Adds necessary macOS-specific implementation of the framework, focusing on native Xcode builds.
13 lines
270 B
Plaintext
13 lines
270 B
Plaintext
{
|
|
"version": 1,
|
|
"lineLength": 120,
|
|
"indentation": {
|
|
"spaces": 4
|
|
},
|
|
"tabWidth": 4,
|
|
"maximumBlankLines": 1,
|
|
"respectsExistingLineBreaks": true,
|
|
"lineBreakBeforeControlFlowKeywords": false,
|
|
"lineBreakBeforeEachArgument": false
|
|
}
|