Fix for mixed version loclists, tests (#521)
[pyelftools.git] / pyelftools.sublime-project
index 45e4dcab3d600649a2e909e4b0cfb2e9d58d746f..a92140cdf398ea3f2d28523231b6cd212443cc3b 100644 (file)
@@ -1,9 +1,9 @@
 {
-       "folders":
-       [
-               {
-                       "path": ".",
-                       "folder_exclude_patterns": ["build", "dist", ".tox", ".hg"]
-               }
-       ]
+    "folders":
+    [
+        {
+            "path": ".",
+            "folder_exclude_patterns": ["build", "dist", ".tox", ".hg"]
+        }
+    ]
 }