summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorJonas Dellinger <jonas.dellinger@2trde.com>2022-06-16 18:33:43 +0200
committerJonas Dellinger <jonas.dellinger@2trde.com>2022-06-16 18:33:43 +0200
commit0a12fe6102da33977548ba0c277bd4fe34e262ab (patch)
tree7ff803d0d106db43ce206a6cdfc74c187f0d901a /.vscode
parenta95bf94d878f61869895bb22cbff1b4f524c5dca (diff)
downloaddecky-loader-0a12fe6102da33977548ba0c277bd4fe34e262ab.tar.gz
decky-loader-0a12fe6102da33977548ba0c277bd4fe34e262ab.zip
First draft of backend independent plugins
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 00000000..94ee920a
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,6 @@
+{
+ "[python]": {
+ "editor.detectIndentation": false,
+ "editor.tabSize": 4
+ }
+}