9 lines
308 B
JSON
9 lines
308 B
JSON
|
{
|
||
|
"editor.formatOnSave": false,
|
||
|
"files.associations": {
|
||
|
"*.h": "objective-c",
|
||
|
"*.m": "objective-c"
|
||
|
},
|
||
|
"clang-format.executable": "/usr/local/bin/clang-format",
|
||
|
"clang-format.language.objective-c.style": "{ BasedOnStyle: Google, IndentWidth: 4, ObjCBlockIndentWidth: 4 }"
|
||
|
}
|