Add Subzero as a Git subtree.
Add 'third_party/subzero/' from commit 'fb705a6d55003b2c32772ae49e25b0babcff5acc'
from repository https://chromium.googlesource.com/native_client/pnacl-subzero
Bug swiftshader:47
Bug b/37478805
Change-Id: I9cc7a7f3d788059984102c8275ec7b28c4b0aad0
git-subtree-dir: third_party/subzero
git-subtree-mainline: 1ba2611b653dc7db5513608995bc4353363e111f
git-subtree-split: fb705a6d55003b2c32772ae49e25b0babcff5acc
diff --git a/third_party/subzero/.dir-locals.el b/third_party/subzero/.dir-locals.el
new file mode 100644
index 0000000..34e4b40
--- /dev/null
+++ b/third_party/subzero/.dir-locals.el
@@ -0,0 +1,9 @@
+(
+ (c++-mode . ((fill-column . 80)
+ (indent-tabs-mode . nil)))
+ (c-mode . ((fill-column . 80)
+ (indent-tabs-mode . nil)))
+ (python-mode . ((fill-column . 80)
+ (tab-width . 2)
+ (indent-tabs-mode . nil)))
+)