Add sublime-project file
authorJean THOMAS <git0@pub.jeanthomas.me>
Mon, 27 Jul 2020 13:48:41 +0000 (15:48 +0200)
committerJean THOMAS <git0@pub.jeanthomas.me>
Mon, 27 Jul 2020 13:48:41 +0000 (15:48 +0200)
contrib/gram.sublime-project [new file with mode: 0644]

diff --git a/contrib/gram.sublime-project b/contrib/gram.sublime-project
new file mode 100644 (file)
index 0000000..6ea7b8f
--- /dev/null
@@ -0,0 +1,16 @@
+{
+    "folders":
+    [
+        {
+            "path": "../",
+            "folder_exclude_patterns": ["build", "dist", "gram.egg-info", "__pycache__"]
+        }
+    ],
+    "settings":
+    {
+        "tab_size": 4,
+        "trim_automatic_white_space": true,
+        "translate_tabs_to_spaces": true,
+        "detect_indentation": false
+    }
+}