Platform:

Global configuration settings

Pulsar loads configuration settings from the config.cson file in your ~/.pulsar%USERPROFILE%\.pulsar folder.

'*':
  'core':
    'excludeVcsIgnoredPaths': true
  'editor':
    'fontSize': 18

The configuration is grouped into global settings under the * key and language-specific settings under scope-named keys like .python.source or .html.text. Underneath that, you’ll find configuration settings grouped by package name or one of the two core namespaces: core or editor.

You can open this file in an editor from the Edit > ConfigPulsar > Config…File > Config menu item.

For global configuration settings, you may either edit this file directly or use the UI provided by the settings-view package (available via the Edit > Preferences Pulsar > Preferences File > Preferences menu). If you make changes to your settings via the settings-view UI, they will propagate to your config.cson file immediately.

Configuration key reference

This is a list of common settings you might want to alter or look up — but it’s far from comprehensive.