Is there a way to save the configuration of my brackets editor to git?
The brackets preferences docs don't seem to indicate a way to do this yet.
Is there a way to save the configuration of my brackets editor to git?
The brackets preferences docs don't seem to indicate a way to do this yet.
Brackets stores your preferences as JSON. The location of the file depends on the preference scope:
User-global preferences
%BRACKETS_APPDATA%/brackets.json
Project-level preferences
.brackets.json