From 9b5d4c4b9e7dcd94e53122645390ba7a686b1235 Mon Sep 17 00:00:00 2001 From: Jarkko Toivanen Date: Wed, 21 Jun 2023 22:46:26 +0300 Subject: [PATCH] =?UTF-8?q?Pulsar:=20tab=20len=3D8=20among=20other=20sm?= =?UTF-8?q?=C3=A5l=20things?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- .pulsar/config.cson | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 51c871b..c9994c7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -/cloudflare.token \ No newline at end of file +/cloudflare.token +/.pulsar/* +!/.pulsar/config.json diff --git a/.pulsar/config.cson b/.pulsar/config.cson index 8c191cb..e736418 100644 --- a/.pulsar/config.cson +++ b/.pulsar/config.cson @@ -5,7 +5,11 @@ "atom-dark-ui" "atom-dark-syntax" ] + useExperimentalModernTreeSitter: true editor: softTabs: false + tabLength: 8 "exception-reporting": userId: "bbf24775-95f0-43d0-bbc0-ac3b3fec7952" + welcome: + showOnStartup: false