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