diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..083450874 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,9 @@ +{ + "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 }" +} \ No newline at end of file